To start using 2WAY SMS you need virtual mobile number.
Introduction
Mobile Originated (MO) messaging refers to SMS message that originates from a mobile phone.
1. Receive and handle inbound SMS
On a virtual mobile number (VMN)
Inbound SMS messages from a Virtual Mobile Number (VMN) are received through a configured callback URL (configurable per VMN). The message parameters are sent through a GET request.
2. Receive inbound SMS request Parameters
Parameter | Type | Description |
msg_id | String | A unique random ID which is created on the Text2Reach platform. |
recipient | String | The recipient of the message (the VMN). |
originator | String | The sender of the message. |
message | String | The body of the SMS message. |
price | String | Incoming message price |
3. Receive inbound SMS request example
https://yourwebsite.com/mo?msg_id=123456789&recipient=37126123123&originator=371231231&message=
hello+world&price=0
4. Receive inbound SMS request Response
Clients platform should always respond with OK in request response body. When our platform doesn’t receive OK response, we will try to deliver the message again (up to 7 times) with increasing time interval.