Delivery Reports Polling

Retrieving Delivery Reports Polling to a Specified URL

The sendmode gateway allows you to poll for delivery status reports at a later date and time .

The parameters required are username and password for validation, and the the customerID if sent with the original SMS sendparam request.

sm_api_icon

Parameters

Parameters

FieldDescription
CustomerID CustomerID sent with the SMS sendparam request
Username(String)Your Name
Password(String)Your Password
Example Message URL
https://api.sendmode.com/smsGetDeliveryReport.aspx?username=xxxx&password=xxx&customerid=xxx

The return object looks like: True Your delivery status will be displayed between the "deliverystatus" tag.
Response

Response

The return object looks like:

<sms_deliveryreport>

    <data>

        <messageid></messageid>

        <deliverystatus></deliverystatus> 

    </data>

    <call_result>

        <result>True</result>

        <error /> 

    </call_result> 

</sms_deliveryreport>

Your delivery status will be displayed between the "deliverystatus" tag.