How workflows work
- Triggers start the workflow when an event occurs.
- Actions perform tasks such as sending messages or updating contacts.
- Conditions route the workflow based on rules you define.
Create a workflow
- Open your AI Agent and select Workflows.
- Click New or Create workflow.
- Enter a name and optional description.
- Select the Start node and add one or more trigger events.
- Add actions and conditions from the left sidebar.
- Connect the steps in the order they should run.
- Click Publish to activate the workflow.
Only the published version runs. Changes remain in draft until you publish them.
Use variables
Insert variables into supported fields by typing{{ or opening the variable menu.
You can use:
- System variables
- Custom variables
Publish and manage
- Save: keeps your current draft.
- Publish: makes the latest draft available to run.
- Activate: allows the workflow to respond to new events.
- Pause: stops the workflow from running.
- Duplicate: creates a copy you can edit separately.
- Archive: removes the workflow from active use while keeping it available.
Review activity
- Run history: view recent runs, each completed step, and any errors.
- Version history: preview published versions or restore one as the current draft.


