Skip to main content

hi team ,

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


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.


Reply