Workflows
Create Workflow API
Create a new workflow via POST /workflows, starting an empty draft at revision 0 ready to receive a saved, validated, and published definition.
POST
cURL
The new workflow’s draft starts at revision
0. Save a definition with the Save Draft API, then validate and publish it before running contacts.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Workflow to create.
Display name of the workflow.
Required string length:
1 - 120Example:
"Loan follow-up"
Response
Workflow created
Unique workflow id.
Display name.
Workflow status.
Available options:
active, archived Number of the newest published version, or null if nothing is published yet.
cURL

