Difference between revisions of "DLR SOAP"
From SMS Wiki
m |
|||
Line 7: | Line 7: | ||
In return, you will receive status of the message. | In return, you will receive status of the message. | ||
+ | |||
+ | |||
+ | [[DLR_STATUS| List of Statuses ]] | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [[DLRIntro | back]] |
Latest revision as of 15:42, 14 September 2011
How to Get Message Delivery Confirmations Using SOAP
First, you need to get token and signature (see earlier discussion oh how/where). When you send a message (using Send_Plain, for example) you will receive MTID (message or tracking id). This is a unique number assigned to each message. When you send a message you can inquire about its status (no more than every 2 minutes) using the GetDLR function.
http://moapi.upsidewireless.com/soap/SMS.asmx
In return, you will receive status of the message.