For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run workflow API

The /run-workflow endpoint allows an external system to initiate a workflow, provide input values and receive output values.

Run a workflow

post
Body
instanceIdnumberOptionalExample: 602
triggernumberOptionalExample: 100
Responses
200

Example response with all workflows succesful

application/json
workflowsExecutedinteger · int32OptionalExample: 1
post/run-workflow

Last updated