Workflows · Core
Start
Marks the beginning of a path on your workflow canvas.
What it does
Passes the workflow to the next connected node.
When to use it
Use Start to make the beginning of a workflow easy to read. A real workflow also needs a trigger such as New Message or New Conversation.
How to use it
- 1Place Start near the beginning of the canvas.
- 2Connect it to the first step you want to run.
Settings
- No settings are required.
Tips
- • Keep the first path clear and easy to follow.
- • Use a trigger when the workflow must react to a customer or business event.