We are running into failed API calls due to HubSpot Workflows running. If we run a workflow and it updates a bunch of companies our webhook then generates our workflow to sync those companies (to ConnectWise) and many times they fail because they are generating too many calls per second. Do you think HubSpot should increase the number of API calls to a more realistic level?
Hey, @RReiffer
Thank you very much for sharing your feedback. I’d like to invite a few of our community champions to the conversation to share how they deal with this limitation in their project work — @dsmarion @JBeatty @ChrisoKlepke @MatthiasWeber can you share how you deal with this in your own work?
Thank you very much! — Jaycee
Hi @Jaycee_Lewis , Hi @RReiffer ,
in most of our cases it is really sufficient. I’m not sure, that I understood your business case right, but maybe there would be an option to use batch updates. Therefor maybe your eas-architecture-logic has to be redesigned.
The core thing is that when I run specific workflow in HubSpot the number of updates it can do to companies is huge so it generates a lot of “Company Saved” calls which then in turn cause my workflow to exceed the threshold.
Now I may have found a way, the threshold is PER Private App so I am breaking apart my calls into several Private Apps so I don’t exceed the threshold.