OAuth Token Manager
Handles OAuth2 client_credentials flow: requests a token, caches it, checks expiry before each call, and refreshes automatically.
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
Forum users report token expiry mid-flow causing failures in long-running automations.
Dependencies
- REST API POST Caller
- Credential Vault Reader
- Config File Reader