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:

HTTP Post Variables OR JSON Post

(
    [source] => 3038882222
    [destination] => 7206321111
    [message] => 
    [attachments] => ["https:\/\/mmsdata.net\/3a95-ea85-4978-b723-4f29b73f96dc.png"]
    [type] => mms
    [cost] => 0
)

Last updated