Receive SMS/MMS
Receive an SMS / MMS message to your system
Portal Settings
Inside the portal, in your user settings (at the top right of the screen drop down), you can set the incoming URL. When you receive an MMS or SMS, you will receive the following as POST variables:
Argument | Value | Type |
source | yes | int |
destination | yes | int |
message | no | string |
attachments | json array of urls | json |
type | yes | sms or mms |
cost | cost of message | int |
Here's an example:
Last updated