cURL
curl --request POST \ --url https://{api-address}.org.machina.gg/workflow/executor/{name} \ --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 name.
API key authentication
Unique name 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