Workflow APIs
Bulk Trigger
Bulk Trigger in Workflow
POST
The same API endpoint is used to trigger scheduled workflows.
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Request Body
Body Parameters
object
Data that is being used in the workflow
object
required
In Bulk trigger, this attribute is an array of objects. Bulk trigger is used when multiple recipients are there.
Response
object
Status Codes
200- OK400- BAD REQUEST401- UNAUTHORISED404- NOT FOUND