Difference between revisions of "DLR SOAP"
From SMS Wiki
(New page: 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 examp...) |
|||
Line 1: | Line 1: | ||
− | How to Get Message Delivery Confirmations Using SOAP | + | == 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 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. | + | |
+ | 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 | http://moapi.upsidewireless.com/soap/SMS.asmx | ||
+ | |||
+ | In return, you will receive status of the message. |
Revision as of 23:43, 13 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.