DEVELOPER GUIDEv1
Webhook - Receiving SMS & MMS Messages
Callback URL:
Example
http://www.your_domain.comMethod
Example
GET, POST or POST-JSONRequest parameters:
| Parameter | Description |
|---|---|
| Id | Integer |
| Contact_Id | Integer |
| MobilePhone | String |
| Message | String |
| Type_Id | Integer |
| Type_Description | String |
| Resource_Url | Object, multi-value |
| access_token | String, your access token |
Messages type:
| Type_Id | Type_Description |
|---|---|
| 1 | sms |
| 2 | mms |
Reference from the ProTexting documentation catalog. Code examples are illustrative; this page does not execute API requests.