News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
SMS message status
Tags: sending sms
Sep 1, 2023 at 8:42am   •   2 replies  •  0 likes
Lev Rakhman

Should I wait for message status not Queued before sending next message?

private async Task CheckMessageStatus(string messageId)

{

var resp = await _restClient.Restapi().Account().Extension().MessageStore(messageId).Get();

if (resp.messageStatus == "Queued")

{

Thread.Sleep(2000);

await CheckMessageStatus(messageId);

}

}


2 Answers
answered on Sep 1, 2023 at 9:53am  

Thanks


 0
answered on Sep 1, 2023 at 9:09am  

No. You can send next message even if the previous message is still in "Queued" status. You can keep the message Id of each sent message and check them later if you want to know the status of those sent messages.

Just make sure that you don't send more than 40 messages per minute. Otherwise, you will hit the rate limit.


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us