Hello,
At my company, we use the HubSpot Email APi to send in email content and send emails via an external tool via our HubSpot account. We have been using this API with no issues for quite a few years now, but all of a sudden we are getting the following errors:
message":“The rate limit for this endpoint has been exceeded.”,“status”:“error”
with no ryme or reason. There is no policy given in the response as to why it has been rate limited and it is causing us issues with our Editorial content emails getting sent out to our users across all of our publishing brands.
The endpoint in quesion:
marketing-emails/v1/emails/{{emailIDhere}}/publish-action
We have the API rate add-on, so we can do:
Burst: 200/10 seconds
Daily: 1,000,000
on our API calls, and we are WELL under that limit, yet we are constantly getting these errors with only a small amount of emails getting sent out if we are lucky.
We use a Private App to make these calls to our account with oAuth, and the volume of calls is in line with what we have been doing now for some qutie time. There has not been any increase that would justify this error whatsoever. Today for example, we have made just over 200 API calls, and every single one fails on that one endpoint - causing the content coming in from the external system to just sit in draft, as it fails to do the publishing/sending of the email.