v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Send 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

RAW_BODYstring json

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"
    }
  }
}