How to manage per-site notification templates
This guide shows you how to review, edit, and bulk-import the per-site notification templates that govern email and in-app messages emitted by a single Site.
This page covers the notification templates for the current Site at Admin Center > Notifications > Notification templates. Changes made here apply only to the current Site. Global Administrators can also copy template defaults to existing Sites.
Prerequisites
- Administrator role on the target site.
- For bulk import: a JSON file with the template definitions in the expected format.
Steps
Review the catalog
- Open Admin Center > Notifications > Notification templates.
-
The catalog is grouped into four expandable category cards. Expand each to see its templates:
- System — user lifecycle (
New user email confirmation,Welcome to application,Password reset). - Administrative — app-registration lifecycle (
App registration expires in 30 days,App registration expires in 7 days,App registration has expired). - Standard — discovery events (
New SNMP device detected,New computer detected,New SNMP device added to inventory,New computer added to inventory, and others). - Conditional — state-based alerts (
SNMP device is not active,Computer is not active,Software installed on computer, and others).
- System — user lifecycle (
-
Click a template name to edit it. For a Conditional event, expand the event group first to see its templates.
Edit a template
- Click the template name to open its editor.
- Edit Subject and Message. For email notifications, also edit Greeting and Signature.
- For a Conditional template, review Trigger conditions below the content fields. For example, SNMP device is not active has Audit name and Inactivity period.
- Click Save.
NOTE: Edits apply only to the current Site.
Bulk-import templates with Import JSON
- From the Notification templates page, click Import JSON at the top.
-
Provide the JSON file with the template definitions.
-
Confirm the import.
Important: Validate your JSON in a non-production site first. An incorrectly formatted import can shadow built-in templates or produce templates that fail to fire.
Verify
- Reload Admin Center > Notifications > Notification templates and confirm the edited or imported templates appear under the expected category card.
- Trigger an event that the template is configured for and confirm a corresponding row in Admin Center > Logs > Notifications with a
Sentstatus. Check the received message on each selected delivery channel: Email includes all four content fields; In-app includes only Subject and Message. - For app-registration templates, confirm that timing is correct: a 30-day-out registration triggers the 30-day template, a 7-day-out registration triggers the 7-day template, and an expired registration triggers the expired template plus a persistent red banner on every page.