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.