Shared Throttle · Daeda Throttle

One rate limit across multiple HubSpot workflows

Separate delays cannot protect a provider when several workflows all consume the same allowance. Shared Throttle gives those workflows one named queue and one combined release rate.

RevOps teams sending several HubSpot workflows into the same SMS provider, enrichment service, custom integration, or external API.

Decision point Native/default path Daeda path
Several workflows Each workflow is configured separately One named queue across workflows
Combined provider cap Requires coordinated custom design One enforced combined allowance
Urgent records Separate branching and workflow logic Property-based queue priority
Release days Separate timing logic Business-day controls on the queue

Free planning tool

API rate limit calculator

Model the whole burst, reserve capacity for other callers, and calculate a safe release plan. Private-app daily limits are shared across the account.

Recommended starting point

72 records every 10 seconds

Your full batch would exceed the safe allowance if released at once.

Safe request allowance
72 requests per window
Minimum batch time
24 minutes
Recommended control
HubSpot API client rate limiter
Total workload
10,000 requests
Daily capacity after batch
10,000 / 250,000 calls · 4%

Implement rate limiting, Retry-After handling, and backoff in the calling integration.

See Daeda Throttle

The limit belongs to the provider, not the workflow

If three workflows each release 100 records, the provider sees 300 requests. A shared queue controls the combined total before any of those workflows reaches the sensitive action.

Define the queue once and reuse it

Create a named Shared Throttle in Daeda Throttle settings, select it from each workflow, and configure the combined allowance, release timing, and optional priority behaviour in one place.

Frequently asked questions

A delay changes timing inside each workflow but does not enforce one combined allowance. Several workflows can still release too much volume at the same moment.