Skip to content

Commit 6bb5fe5

Browse files
authored
Add Readme for API Token Expiry Warning script
Added documentation for the API Token Expiry Warning script, detailing its purpose and benefits.
1 parent b3dc8d9 commit 6bb5fe5

File tree

1 file changed

+5
-0
lines changed
  • Server-Side Components/Scheduled Jobs/API Token Expiry Warning

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API Token Expiry Warning Script
2+
**Overview**
3+
This script provides proactive monitoring and alerting for OAuth API tokens stored in the ServiceNow oauth_credential table. It identifies tokens nearing expiry within a configurable countdown window and sends notification emails to administrators, helping prevent sudden integration failures due to expired credentials.
4+
**Problem Solved**
5+
API tokens used for integrations have expiration timestamps after which they become invalid. Without early warnings, tokens can expire unnoticed, causing integration outages, failed API calls, and increased support incidents. This solution enables administrators to receive timely alerts allowing proactive token renewal and smoother integration continuity.

0 commit comments

Comments
 (0)