SMS GATEWAY XML SPECIFICATION v1.0 | LAST UPDATED : 06 DECEMBER 2011
print

HTTP POST/GET

Description :
On a 5 digit short code (premium rate SMS) campaign we are able to push incoming SMS replies to a URL of your choice using HTTP POST/GET. The SMS reply will be forwarded as an XML string to the URL.

HTTP Get:
http://yourdomain/page.aspx?XMLDATA=<XML><RECEIVE_RESPONSE><SMS_RECEIVE to="+31941" from="+27832111111" eventDate="2009-11-17 06:01:22">WIN Laptop<SMS_RECEIVE><RECEIVE_RESPONSE></XML>

HTTP Post:
<XML><RECEIVE_RESPONSE><SMS_RECEIVE to="+31941" from="+27832111111" eventDate="2009-11-17 06:01:22">WIN Laptop<SMS_RECEIVE><RECEIVE_RESPONSE></XML>

You need to return NO DATA (blank page with no script tags) should you receive the push successfully.

If the XML cannot be delivered to its destination, a maximum of 5 re-try attempts will be delivered every 30 minutes.