function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vandy7Vandy7 

Getting delivery reports for the message sent

Hai everyone,

 

I am able to send SMS to mobile phone using HTTP API form force.com platform.But I want delivery reports when the message is sent successfully.

 

 

 

Can anyone help me with this????????????????

 

Thanks in advance. 

WesNolte__cWesNolte__c

Hey

 

As mentioned in the documention here: http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_base.htm, you'll need to get HTML email tracking enabled (contact Salesforce) and then you can track open rates. You can also track bounces, but I'm not sure how to get 'Delivery Reports'.

 

Wes

goabhigogoabhigo

I think you have to contact the message providers. You said that you are sending messages through HTTP API right? That API must be message provider's service. So they might have API for delivery reports. Hope this helps you.

 

Vandy7Vandy7

Thanks Wes for your reply,But that is with respect to email.

 

 

When I have sent message to the recipient,I will be getting  following response.

 

STATUS: 999 TO: 919844440404 MSGID: exira1234567890

 

How can I parse the XML code on getting response?Please reply.

 

Thanks in advance