POST
/
api
/
v1
/
messaging
/
sms
AppId
string
required

Application ID from dashboard

BODY PARAMS

sender_id
string
required

Registered Sender ID

destination
string
required

Mobile number to receive message. Multiple numbers should be separated by comma

channel
string
required

Either 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
required

Body of Message to be sent

RESPONSES

200
json

json

400
Object
401
Object

Was this page helpful?