Batch P2P SMS
Sending multiple messages to multiple phone numbers
Peer to peer sms, where each message is sent to the corresponding message in the array.
The default gateway number doesn't deliver messages to black listed number, however a dedicated gateway number can be purchased to overcome this limitation.
Get Cakes
POST
https://api.bitel.rest/api/v2/sms/batch/p2p
Request Body
gatewayNumber
string
Gateway number from which the SMS will be sent (up to 100 numbers)
messages
array
array of messages
phoneNumbers
array
array of phone numbers
Please not the number of messages should match the number of phone numbers
Sample Request
Sample Response
Getting SMS Status
In order to get the detail of a request, including the delivery status, price and more please refer to Sms Status API.
Error Codes
Code
Description
InvalidRequest
Submitted data is invalid
InvalidGateway
Gateway number is invalid, or the client doesn't have access to it
Last updated