Workflows
Create a Workflow
Initiate the creation of a new workflow by providing details.
POST
Headers
Your API key for authentication. Prefix with
Bearer .Your access token for authentication.
Body
The name for the new workflow.
The description for the new workflow.
An array of objects containing all of the nodes.
An array of objects containing all of the edges.
An array of objects containing all of the nodes and edges in a specific
format.
Response
Confirms the request was successful.
A human-readable message about the request’s outcome.
An object containing the details of the newly created workflow.