Workflow Execution API
Description: Initiates execution of the specified workflow.
Try it out: Swagger Reference
Request Syntax:
POST /workflows/{workflow_id}/execute
Authentication: Bearer <Your API key>
Content-type: application/json
{
"input_variable_1": "",
"input_variable_2": ""
}
Response Syntax:
{
"message": "",
"run_id": ""
}
Response Syntax Variables
Message: Indication that the workflow execution has begun
Run id: ID for this specific execution of the workflow
Last updated