analyze_notifications
Analyze active email notifications on a ServiceNow table to identify issues like missing conditions, recipients, subjects, or weight conflicts, and get recommendations.
Instructions
Analyze all active email notifications for a ServiceNow table.
Checks for:
Notifications with no condition or event (fires on every record)
Notifications with no recipients (goes nowhere)
Notifications with weight = 0 (potential conflicts)
Missing subjects
Returns a notification inventory plus issues and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to analyze (e.g. "incident") |