Batch Send SMS
Introduction
Batch sending provides a way to send multiple SMS messages with a signle request.
Message Batches are multiple single messages that are grouped meaning that all of the parameters that are required in order to send a single SMS message
must be provided for each message in the message batch.
Supported request parameters
Name | Mandatory | Type | Length | Description |
---|---|---|---|---|
messages | Yes | Array | 50 | An array of upto 50 messages |
Sending messages
POST
/v2/sms/batchSend