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/bulk
Request body
Example request
{
"message": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}