The workflow builder
The builder is a drag-and-drop canvas. You add nodes, connect them with edges, and configure each node in a side panel.
Working on the canvas
- Add a node — open the node panel and drop a trigger, action, or logic node.
- Connect nodes — drag from a node's output handle to another node's input. Branch nodes expose true and false handles for conditional paths.
- Configure — select a node to edit its settings (the recipient of a message, the URL of an HTTP request, the cron expression of a schedule, and so on).
- Reposition — drag nodes to lay the flow out left-to-right.
A simple flow
[Trigger manually] → [Run Chat Agent: Qualify lead] → [Send WhatsApp: Confirm]
A trigger kicks off the run, the chat-agent node does the reasoning, and the WhatsApp action delivers the result.
Enabling a workflow
Toggle a workflow enabled to let its trigger fire. Manual workflows run on demand; webhook and schedule workflows run automatically once enabled.
Next: browse the node catalog or start from a template.