Trigger a workflow
POST/workflows/:key/trigger
Trigger an execution of an active workflow for one or more recipients. The to field
accepts a single recipient, an array of recipients, or a topic object
({ "topic": "topic-key" }) to trigger for all subscribers of a topic. One execution
is created per resolved subscriber.
Request
Responses
- 202
- 400
- 404
Workflow accepted for execution
Validation error or workflow not active
Workflow not found