workflows
Create a workflow
Creates a workflow in the caller's org. Name must match ^[A-Za-z0-9_-]+$ and be unique within the org. Pass code to save the workflow's first code revision atomically with it; omit it to create an empty workflow and add code later. Returns the workflow_id (plus revision_id and revision when code was provided).
post/workflows
Request body
Example request
{
"$schema": "/api/v1/WorkflowCreateRequest.json"
}Response
Created
Example response
{
"$schema": "/api/v1/WorkflowCreateResponse.json"
}