Skip to main content
Question

how to resolve the message status in Queued

  • February 6, 2024
  • 1 reply
  • 243 views

hi team ,

when we send the SMS using Ring Central portal api show the response status code 200 and message status ="Queued" .


1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • February 8, 2024

You cannot resolve anything here. The status is created and updated by the platform. When the SMS server attempts to send a SMS message, it puts the message in the SMS queue and set the status as "Queued", when the message is due to be sent, it will get the new message status and update the status. You can poll the message using the message id to check the message status. See the sample code for more.