Solved

How is resending SMS handled?

  • 19 May 2020
  • 1 reply
  • 621 views

Using Python and and RingCentral SDK I made an app that would send an SMS message to phone numbers listed in a file in succession. After polling the message store I noticed that some of the messages had a "messageStatus" of "sendingFailed". I was wondering how this case is handled. Does the API attempt a resend on your behalf, or do you make another message request in hopes the next one succeeds?

icon

Best answer by Phong1426275020 20 May 2020, 01:55

View original

1 reply

Userlevel 1

The system will automatically resent for 3 times. You can also check the "smsSendingAttemptsCount" to see if it reached the max value. It can be "sendingFailed" or "deliveryFailed".

Reply