Create a workflow
Create a draft workflow with a blank trigger and exit node.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Workflow created.
The ID of the workflow.
The current workflow revision token. Pass the latest value as expectedRevisionId on the next workflow mutation. Will be null for workflows without a revision token yet.
Draft, Sending, Paused, PausedAndQueueing The ID of the mailing list the workflow sends to.
The ID of the root node in the workflow graph.
A map of node IDs to simplified node objects. Each node includes typeName and nextNodeIds, plus type-specific fields when present. To get the full node object, use the GET /v1/workflows/{workflowId}/nodes/{nodeId} endpoint.
The name of the workflow.
The description of the workflow.
Related topics
Recipe: SaaS customer lifecycle emailsAPI IntroductionCreate a workflow nodeClay integrationRecipe: Scheduled digest email
