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.