Skip to main content
POST
The same API endpoint is used to trigger scheduled workflows.
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
UUID
UUID — identifier for the bulk request.
array
Array of UUIDs — each corresponding to an individual workflow execution.
string
The error code (e.g., BAD_REQUEST).
string
A human-readable error message.

Status Codes

  • 200 - OK
  • 400 - BAD REQUEST
  • 401 - UNAUTHORISED
  • 404 - NOT FOUND