Throttle Pacer
Inserts configurable delays between API calls or transactions to stay within rate limits. Supports fixed delay, random jitter, and adaptive throttling.
Sign in or create a free account to copy this script.
Provided as-is, without warranty of any kind. Review and test each pattern in a non-production environment before deploying it to live automations. See our Terms.
Problem this solves
API rate limit errors (429s) when flows process too fast.
Dependencies
- REST API GET Caller
- REST API POST Caller
- Pagination Loop Handler