Question

Is there a log for SMS sending failures?

  • 5 April 2018
  • 1 reply
  • 472 views

We are using the API for sending text messages. In the dashboard there's a graph which indicates how many messages went through and how many failed. Is there any place where I can see which all failed and why?


1 reply

Userlevel 1
Hi Robert,

You can call the message-store (look for Message List from the API reference) API to read text messaging data. You can check the messageStatus and the deliveryErrorCode to check which message failed and the reason from the error code. You can also read the smsSendingAttemptsCount to see how many time the message was sent/resent
+ Phong

Reply