v1
latestOpenAPI 3.0.12026-07-24501176.6 MBSend communication message
This API allows you to send communication message using SMS/WhatsApp/Zalo or Email as a communication channel.
post/communications/sendMessage?channel={channel}
Path parameters
channel'' required
sms, email, whatsapp, zalo
Query parameters
format'xml' | 'json'
Request body
Response
200
Example response
{
"response": {
"status": {
"success": "true",
"code": "200",
"message": "success"
},
"sms": {
"id": "23423443",
"to": "447700900000",
"status": "Sent",
"scheduled_time": "2012-08-05 22:00:00IST"
}
}
}