Batch SMS
Sending one message to multiple phone numbers
SMS Batch
POST
https://api.bitel.rest/api/v1/sms/batch
Request Body
Name
Type
Description
gatewayNumber
string
Gateway number from which the SMS will be sent (up to 100 numbers)
message
string
Message ex. "Hi there"
phoneNumbers
array
Array containing user phone numbers
Sample Request
Error Codes
Code
Description
InvalidRequest
Submitted data is invalid
InvalidGateway
Gateway number is invalid, or the client doesn't have access to it
Getting SMS Detail
In order to get the detail of a request, including the delivery status, balance subtracted, delivery time and more please refer to SMS Detail API.
Last updated