Blast SMS to Audience
Send an SMS message to all contacts in an audience.
Messages are distributed evenly across the provided sender phone numbers.
Use the optional schedule parameter in options to schedule the blast for future delivery. When scheduled, the response will contain a scheduleId instead of blast details.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
audienceId
The audience ID to send the blast to. This identifier is a string that always begins with the prefix `aud_`, for example: `aud_abc123`. <br>
You can create an audience via [the dashboard](https://app.pinnacle.sh/dashboard/audiences) or [API](/api-reference/audiences/create).
senders
Array of phone numbers to send from in E.164 format.
Messages will be distributed evenly across these senders.
Note: Sandbox numbers cannot be used for blasts.
Limit: 1 min
message
SMS message containing plain text only.
options
Additional settings to customize SMS blast delivery.
Response
Successfully queued or scheduled the SMS blast. <br>
- **Immediate blast**: Returns blast details including total recipients, messages, segments, and cost.
- **Scheduled blast**: Returns a `scheduleId` and the schedule configuration.
Blast Response
OR
Scheduled Blast Response

