cURL
curl --request POST \ --url https://{api-address}.org.machina.gg/workflow/executor/id/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{ "skip_delay": false, "input": {}, "context-workflow": {} }'
{ "status": 123, "data": {} }
Trigger a workflow run by its unique ID.
API key authentication
Unique ID of the workflow to execute
Whether to execute the workflow immediately
Input parameters for the workflow execution
Additional context data for the workflow execution
Workflow execution result or status
HTTP status code
Execution result data