list_notifications
Retrieve email notification definitions from ServiceNow. Filter by name, table, event, or active status to find specific notifications.
Instructions
List email notification definitions (sysevent_email_action)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search notifications by name | |
| table | No | Filter by target table (e.g. "incident") | |
| event | No | Filter by event trigger name | |
| active | No | Filter to active notifications only | |
| limit | No | Max records to return (default 25) |