curl --request POST \
--url https://app.herondata.io/api/workflow/start_by_name \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"end_user_heron_id": "<string>",
"workflow_name": "<string>",
"workflow_parameters": {}
}
'{
"action": "<string>",
"status": "<string>",
"workflow_execution_id": "<string>",
"workflow_id": "<string>"
}Start a workflow by name for an end user
curl --request POST \
--url https://app.herondata.io/api/workflow/start_by_name \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"end_user_heron_id": "<string>",
"workflow_name": "<string>",
"workflow_parameters": {}
}
'{
"action": "<string>",
"status": "<string>",
"workflow_execution_id": "<string>",
"workflow_id": "<string>"
}Was this page helpful?