Workflows
Create workflow
Create a new workflow in draft status. You can provide a minimal definition (just a start node) and build out the workflow later, or provide a complete workflow definition with all nodes and edges.
After creating a workflow, you can:
- Update the definition to add more nodes/edges
- Create triggers to specify when the workflow should execute
- Activate the workflow by changing status to ‘active’
POST
Create workflow
Previous
Retrieve workflowGet workflow metadata, status, and execution stats for a specific workflow.
This endpoint does not include the expanded canvas definition payload.
Use this endpoint to:
- Retrieve workflow metadata before a simple update
- Check workflow status and execution count
- Inspect timestamps, lock version, and execution activity
Use `GET /workflows/{workflow_id}/definition` when you need the editor payload with nodes, edges, embedded project data, and WhatsApp configs.
Next
Create workflow

