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