v1
latestOpenAPI 3.1.02026-07-22115189303.8 KBWorkflows
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/workflows
Request body
Response
Workflow created successfully
Example response
{
"data": {
"slug": "inbound-support"
}
}