You are here
Message
Allows the client to trigger a Mobile Originated (MO) message from the client device.
Purpose
The message resource allows the client to remotely initiate a message on a test device to originate a message to a specific client.
Request
POST /sms/message
Form Parameters:
min={}
message={}
destination={}
Where:
Property | Description |
---|---|
min | The MIN or mobile number of the tester |
message | The url-encoded message that will be sent by the tester |
destination | The address of the destination in international format |
Reponse Example
XML
<?xml version="1.0" encoding="UTF-8"?>
<result>
<code>1<code>
<message>OK</message>
</result>
JSON
{
"code": 1,
"message": "OK"
}