We want to use Zendesk AWS EventBridge integration but could not clarify following question from the documentation.
- What happens if we reach the limit of 5000 rep/min? Does Zendesk ignore the events that we suppose to receive or queue them so we can receive them later with some delay?
- If Zendesk ignores them, how can we get notified programmatically that we reach the limitations?


Thanks for sharing your question with the Community!
There would be a 429 error with a queued delay. To better monitor your activity, I recommend looking at our documentation for best practices for avoiding rate limiting. By monitoring the rate limit response headers you can develop a warning notification be sent once the X-Rate-Limit-Remaining value has reached a specific value.
Hope this helps!
Erica