MT SMS Examples

Space Search
Searching Messaging API
Table of Contents

Plain-text message

http://gw1.roottori.fi/eapi/push?l=username&p=password&msisdn=358405134265&msg=Hello+Roottori&from=Roottori
<?xml version="1.0" encoding="ISO-8859-1" ?>
<delivery-report>
<accepted>
<recipients>1</recipients>
<messages>1</messages>
</accepted>
<credit-balance>961</credit-balance>
</delivery-report>

Plain text message with delivery notification

http://gw1.roottori.fi/eapi/push?l=username&p=password&msisdn=358405134265&msg=Hello+Roottori&from=Roottori&dlr=true

<delivery-report>
<accepted>
<recipients>
<recipient id="472138">358405134265</recipient>
1
</recipients>
<messages>1</messages>
</accepted>
</delivery-report>

The message to 358405134265 was assigned the id 472138, which will be passed back along with the msisdn and status code once information about delivery becomes available.

Long message (> 160 characters)

http://gw1.roottori.fi/eapi/push?l=username&p=password&msisdn=358405134265&msg=Hello+Roottori+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890+01234567890&from=Roottori

<?xml version="1.0" encoding="ISO-8859-1" ?>
<delivery-report>
<accepted>
<recipients>1</recipients>
<messages>2</messages>
</accepted></delivery-report>

Nokia picture message

http://gw1.roottori.fi/eapi/push?l=username&p=password&from=Roottori&msisdn=358405134265&dcs=1&
udh=%06%05%04%15%8A%00%00&msg=%30%00%00%04%54%65%73%74%02%01%00%00%48%1C%01%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%CC%CC%CC%00%00%00%00%00%00%CC%CC%CC%00%00%00%00%00%00%CF%0F%0F%00%00%00%00%00%00%CF%0F%0F%00%00%00%00%00%00%F0%CC%CC%00%00%00%00%00%00%F0%CC%CC%00%00%00%00%00%00%FC%00%33%00%00%00%00%00%00%FC%00%33%00%00%00%00%00%00%C3%0F%0C%00%00%00%00%00%00%C3%0F%0C%00%00%00%00%00%00%F0%3C%C3%00%00%00%00%00%00%F0%3C%C3%00%00%00%00%00%00%C3%3C%30%00%00%00%00%00%00%C3%3C%30%00%00%00%00%00%00%F0%F0%F3%00%00%00%00%00%00%F0%F0%F3%00%00%00%00%00%00%CC%F0%FC%00%00%00%00%00%00%CC%F0%FC%00%00%00%00%00%00%CC%CF%0F%00%00%00%00%00%00%CC%CF%0F%00%00%00%00%00%00%FC%3F%C0%00%00%00%00%00%00%FC%3F%C0%00%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%0
<?xml version="1.0" encoding="ISO-8859-1" ?>
<delivery-report>
<accepted>
<recipients>1</recipients>
<messages>3</messages>
</accepted>
</delivery-report>

WAP Push

http://gw1.roottori.fi/eapi/wappush?l=username&p=password&msisdn=358405134265&msg=Welcome\!&href=http://www.roottori.fi/&from=Roottori
The reply is similar as in the first example, and hence omitted.


Labels

 
(None)