DEVELOPER GUIDEv1
Receiving SMS & MMS Messages (Push)
URL:
Example
http://www.your_domain.com
Access Token:
Example
Your Access Token (added in URLs, used for identifying ProTexting on your side)Method
Example
GET or POSTRequest parameters:
| Parameter | Description |
|---|---|
| Id | Integer |
| Contact_Id | Integer |
| MobilePhone | String |
| Message | String |
| Type_Id | Integer |
| Type_Description | String |
| Resource_Url | String |
| 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.