Send SMS
An endpoint that allows you to deliver transactional messages to your users via our SMS or WhatsApp channels
POST
/
api
/
v1
/
messaging
/
sms
AppId
string
requiredApplication ID from dashboard
BODY PARAMS
sender_id
string
requiredRegistered Sender ID
destination
string
requiredMobile number to receive message. Multiple numbers should be separated by comma
channel
string
requiredEither or any of the following can be used. sms, whatsapp,voice
priority
boolean
Indicate if you want to send with the priority mode. Default is false
message
string
requiredBody of Message to be sent
RESPONSES
200
json
json
400
Object
401
Object
Was this page helpful?