Receive
To use this feature, you will need to purchase an inbound (MO) shortcode or longcode number. Then provide us with your URL for the inbound (MO) 2way messages. All incoming messages from your shortcode would be routed to your provided URL.
Receive
POST
http://ClientSMSChatURL.com/
Request Body
Name
Type
Description
sms_from
integer
Originating mobile
sms_to
string
Your short or longcode number
sms_message
string
SMS message content
Only sms_message is required in your json response. You do not need to define sms_from or sms_to. Your sms_message will by default go to the originating mobile number i.e the current session sms_to.
Last updated
Was this helpful?