Skip to content

Receiving MO (2Way)

Configure MO Postback

Users who wish to receive MO must enable MO and configure Webhook in the dashboard settings. You will receive the call back from IP:35.234.154.40 Image title

Receiving Attributes

Parameter Value / Pattern Example(s)
mo_id Message id for the incoming message d9835609-a4e0-10ea-a26a-eeafbe700fef
sender Mobile number of the person sends message +9715765456xx
receiver Mobile number or short code of receiver SMSInfo
keyword The keyword in the SMS request Sample
text Message Content Sample Message

Example

{
   "mo_id": "d9835609-a4e0-10ea-a26a-eeafbe700fef",
   "sender": "+9715765456xx",
   "receiver": "SMSInfo",
   "keyword": "Sample",
   "text": "Sample Message"
}