{ "workflowName": "otp", "data": { "subject": "otp verification" }, "notify": [ { "notificationType": "email", "recipient": "example@example.com" }, { "notificationType": "sms", "recipient": "+1234567890" } ] }
{ "data": { "requestId": UUID, //id of the request "workflowExecutionIds": [UUID] // list of workflow execution ids }, "error": null, "errors": null, "meta": null }
Bulk Trigger in Workflow
Bearer {{apiToken}}
{ "workflowName": "<workflow_name>", "data": { "<key>": "<value>" }, "notify": [ { "<key>": "<value>" } ] }
BAD_REQUEST
200
400
401
404
Was this page helpful?