Skip to main content
POST
Run a workflow now

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose workflows you want to work with.

workflow_id
string
required

ID of the workflow, as returned in id by List workflows.

Body

application/json
replay_from_run_id
string | null

Run whose trigger payload to reuse for this run. Required when Get workflow run-now options reports requires_previous_run; leave it out otherwise.

Example:

"0195f2a1-4c3e-7b21-9f0d-2a5c8e1b4d77"

Response

The run is queued.

status
string
required

Always started. The run is queued, not finished.

Example:

"started"

message
string
required

Confirmation text you can show someone.

Example:

"Run started"

run_id
string | null

ID of the run that started. Pass it to Get workflow run to follow it.

Example:

"0195f2a1-4c3e-7b21-9f0d-2a5c8e1b4d77"