Getting started with workflows
Workflows are built using a simple logic structure: Trigger → (optional) Conditions → Actions- ⚡ Triggers are events that start a workflow.
- 🔀 Conditions define when the workflow should continue.
- ▶️ Actions define what the workflow does.
How to build a workflow
To build a workflow, go to Admin Panel → Workflows.
- Create a new workflow and add a starting trigger
- Add an action or a condition
- Branch the flow with more actions and conditions according to your needs
- Finalize each path by adding an
Endnode
Next steps
- See Use cases for starter workflows you can adapt
- Use the technical reference for Triggers, Conditions, and Actions