Create workflow

Creates a new workflow in the UNPUBLISHED state. The workflow cannot accept runs until it has been successfully published. See the Workflow Configuration guide for the configuration JSON schema.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Create workflow request

Input for creating a new workflow. The workflow is created in UNPUBLISHED state; runs cannot be triggered until it is published.

string
required
length ≥ 1

Human-readable workflow name.

string

Optional human-readable description of what the workflow does.

string

JSON-encoded string containing the workflow graph. See the Workflow Configuration guide for the schema (nodes, routing, and entry). Optional at create time; required before publish.

string

JSON-encoded string containing workflow-level settings.

string
length between 1 and 256
^[\w.-]+$

Optional caller-supplied identifier. Must be unique within your organization. Allowed characters: letters, digits, underscore, dot, hyphen. 1-256 characters.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json