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