JavaScript
Bulk
Create a bulk job
Creates a new bulk job for sending messages to multiple recipients.
Required: message.event (event ID or notification ID)
Optional (V2 format): message.template (notification ID) or message.content (Elemental content)
can be provided to override the notification associated with the event.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Bulk message definition. Supports two formats:
- V1 format: Requires
eventfield (event ID or notification ID) - V2 format: Optionally use
template(notification ID) orcontent(Elemental content) in addition toevent