Skip to main content
POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
start_workflow
Start Workflow
curl --request POST \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/start_workflow \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

The end user's ID or heron_id

Response

Heron workflow triggered successfully

success
boolean