Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.herondata.io/api/workflow/start_by_heron_id \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "end_user_heron_id": "<string>", "workflow_heron_id": "<string>", "workflow_parameters": {} } '
{ "action": "<string>", "status": "<string>", "workflow_execution_id": "<string>", "workflow_id": "<string>" }
Start a workflow by Heron ID for an end user
Show child attributes
Workflow started successfully
Was this page helpful?