Send a blast

Sends a Blast.

Path parameters

account_idstringRequired
The account for which the blast should be sent.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Blast params
attachmentslist of objectsOptional
bodystringOptional
The message body.
namestringOptional
Optional name for the blast.
send_atstringOptionalformat: "date_time"
When to send the blast. If not provided, sends immediately.
tolist of stringsOptional
List of recipients to whom the blast should be sent. This can be a combination of contact IDs, segment IDs, and phone numbers.
contactslist of stringsOptionalDeprecated

Deprecated. Use to instead.

segmentslist of stringsOptionalDeprecated

Deprecated. Use to instead.

Response

Blast
attachmentslist of objects or null
bodystring or null
The message body.
idstring or null
Unique identifier for the object.
namestring or null
Optional name for the blast.
send_atstring or nullformat: "date_time"
When the blast will be or was sent.