Hi,
I am trying to use a webhook to trigger my flow. I wrote an application that will send request to the webhook. I have to send multiple requests (target multiple users) to the webhook. However, I am getting a HTTP status 429 response. I have tried manually queueing the requests (1 per second) but still getting the same response (429).
Is there any rate limit on webhooks?
Thanks,
Kenneth