Skip to content

Commit c1d3a55

Browse files
authored
Create Readme.md for API Token Expiry Warning script
Added documentation for the API Token Expiry Warning script, detailing its purpose and benefits.
1 parent c89a0e2 commit c1d3a55

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)