v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
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:

  1. Update the definition to add more nodes/edges
  2. Create triggers to specify when the workflow should execute
  3. Activate the workflow by changing status to 'active'
post/workflows

Request body

Response

Workflow created successfully

Example response

{
  "data": {
    "slug": "inbound-support"
  }
}