Workflows
Workflows are visual automations built on a node graph. Triggers start a flow; actions send messages, update data, or call external services.
Building a workflow
- Open Workflows → New.
- Drag triggers and actions from the palette onto the canvas.
- Connect nodes and configure each step in the inspector.
- Save and activate the workflow.
Triggers
- Schedule (cron-style)
- Webhook event
- Database row change
Actions
- Send WhatsApp message
- Send email
- Post to Slack
- Conditional branch