Create SMS Campaign
Send bulk messages to multiple recipients.
Endpoint:
POST /messages/bulk
Description: Sends a message to a list of phone numbers in bulk.
Request Parameters:
recipients
(array of strings, required): List of recipient numbers.message
(string, required): The SMS text to send.
Request Example:
Response:
Last updated