AI Workflows

Updated on July 14, 2025

AI workflows allow you to automate tasks and processes

You should now see the AI Workflow menu on the left side of the dashboard.
If it doesn’t appear, please check the Menu Reordering options to ensure that AI Workflow is enabled

(screenshot)

To add a new workflow, click “+Create workflow”

(screenshot)

Add an AI Agent that you want to run

(screenshot)

The Input field is the initial command that a person gives to the Agent when executing an AI Agent. You can write it in natural language like “Analyze today’s stocks” or “Write a weekly report.”

(screenshot)

When executing through a Webhook or according to a Schedule, you might want slightly different behavior each time it runs. This is achieved through “Arguments.”

(screenshot)

The argument defined in this way is referred to in AI Agent

(screenshot)

If a variable is defined in AI Agent, you can assign it to a variable value
(screenshot)

For testing purposes, you can click the “Run” button in the top right corner to test it

(screenshot)

Webhooks #

AI Workflow has a built-in webhook trigger. It can be executed by calling a webhook when an internal event occurs or through Zapier.

(screenshot)

To run a webhook, you need to create a Member Token. You can create a Member Token through the Account Management > Token menu.

(screenshot)

(screenshot)

It can be executed with Member-Token header. Argument can be placed in the post body.

curl -X POST -H "Member-Token: YOUR_MEMBER_TOKEN" -d ‘{“my_location”: “Seoul”}’ WEBHOOK_URL

If you want to run it periodically, add a Schedule Trigger.

(screenshot)

(screenshot)

(screenshot)

The execution log can be checked in the “Log” menu.

(screenshot)

Table of contents