Bulk Messaging
Plivo’s Bulk Messaging feature lets you send a single message to multiple destination numbers via a single API request.
To do this, use a list of destination numbers separated with the delimiter < — for example, 14156667777<14157778888<14158889999.
The API verifies that each destination number is in the correct format and removes duplicates. Valid destination numbers are accepted, and a list of invalid destination numbers is returned in the message response.
The Message API supports up to 1,000 unique destination numbers.
Note that messages to all recipients may not be delivered instantly. Messages are dequeued for delivery based on the rate limits configured for your account.
Returns
A unique message_uuid is generated for each valid destination number, and the entire list of UUIDs is returned in the message_uuid parameter in the response body.
The list of invalid destination numbers is returned in the invalid_number parameter in the response body.