1

I am trying to use postMessage for posting message in slack. I want to know the Rate Limit for chat.postMessage for a workspace.

Found this in the document:

chat.postMessage has special rate limiting conditions. It will generally allow an app to post 1 message per second to a specific channel. There are limits governing your app's relationship with the entire workspace above that, limiting posting to several hundred messages per minute. Generous burst behavior is also granted.

But what I could not understand is -

  • What is the several hundred messages?
  • After how many messages will the app be blocked?

Can anyone please guide me through this? Thanks in Advance.

1
  • There are several tier for rating limits Doc. Tier 4, for example, goes up to 100+ per minute. But basically, it's 1 message per second per channel. Sometimes when you end up sending too much messages at once, going above 1 message per second or N messages per minute, all the messages COULD be sent, since there's a "burst behavior" granted. But depending on the quantity, it's not guaranteed.
    – Sizzin
    Sep 22, 2022 at 18:43

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.