Listing workflows
Use the List workflows endpoint to retrieve all workflows for your company:?status=published:
Getting a workflow’s schema
Before creating a request, fetch the workflow schema to discover exactly which fields and variables are required. Use the Get workflow schema endpoint:Reading the schema
| Field | Description |
|---|---|
required_fields | Top-level fields you must include when calling Create request. |
required_variables | Keys that must appear inside the variables object. |
variables_properties | Type information and available options for each variable. |