May 3, 2022 3:13 PM
I am trying to test a workflow with a webhook, following the "Test your webhook externally" instructions noted in this guide: Use webhooks with HubSpot workflows
The workflow is on and I have one company enrolled. The POST is failing due to a rate limit error -- "429 Too Many Requests." This is the only webhook POST we're making right now. However, we are making GET and POST calls using the create or update API and visitor identification with chatflows and these calls continue to be successful even though I am receiving a rate limit error with my workflow webhook.
Where can I see what my limit is? Is the webhok POST limit included in the limit for other API requests?
Thanks.
May 5, 2022 12:12 PM
May 4, 2022 3:56 AM
Hi @LWilton ,
Here is some info about the API limits. You can check your daily limits by making a GET request to the following URL: https://api.hubapi.com/integrations/v1/limit/daily?hapikey=demo
Replace the hapikey with your own.
The question tho is if the 429 error is a response from HubSpot or from webhook.site. Could you double-check that for me? webhook.site describes this exact error.