---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Notification example: notify an assignment group of updates to Priority 1 Incidents

# Notification example: notify an assignment group of updates to Priority 1
Incidents {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Notify users by email when there are updates to high priority
incidents.

## Before you begin

Role required: admin

## About this task

Send emails to an assignment group whenever there are updates to an incident in which the Priority is 1 - Critical. Include information that is of interest to the recipients, such as the incident number, category, assignees, and any comments that were added to the incident.

## Procedure

1. Navigate to AllSystem NotificationEmailNotifications, and then click New.
2. On the email notification form, enter the following values:  
   {#t_Ex4Priority1IncUpdateNotif__table_gbc_bxz_x4__entry__2}

   | Field | Value |
   |-|-|
   | Name | Priority 1 Incident Updated |
   | Table | Incident \[incident\] |
   | Active | Selected |
   | Category | Incident Alert |
   | Send when | Record inserted or updated |
   | Inserted | Selected |
   | Updated | Selected |
   | Conditions | \[Priority\]\[is\]\[1 - Critical\] AND \[Updated\]\[changes\] |
   | Users/Groups in fields | Assignment group |
   | Subject | Priority ${priority} Incident updated Note: In this notification, the variable ${priority} returns the value 1 - Critical. |
   [ ]

   {#t_Ex4Priority1IncUpdateNotif__table_gbc_bxz_x4}
3. In the Message HTML field, enter the following message and script:  

       Short Description: ${short_description}
       Click here to view incident: ${URI}
       Incident number: ${number}
       Category: ${category}
       Assigned to: ${assigned_to}
       Assignment group: ${assignment_group}
       <hr/>
       Comments:
       ${comments}

4. From the form context menu, click Save.
5. Preview the email notification to ensure it includes all the needed information.
   1. On the notifications form, click Preview Notification.
   2. Note that the email includes the following information:  
      * Short description
      * A link to the incident record
      * Incident number
      * Category
      * The name of the user to whom the incident is assigned
      * The group assigned to the incident
      * Comments from the incident record
      {#t_Ex4Priority1IncUpdateNotif__ul_hy4_qzn_pgb}
6. Test that the email notification sends to an assignment group when its Priority 1 Incident is updated.
   1. [Create a
      user](https://www.servicenow.com/docs/thbYJONgwTZEEp6vKKQOxw "You can add a user to your instance to enable them to log in and use designated application features.") who has an email address that you can monitor, and then [create a
      group](https://www.servicenow.com/docs/ygVn1~iyYpETRFvKWh8qgA#t_CreateAGroup "Create groups and assign roles to them. Users assigned to the group inherit the roles.") that includes the user that you created.
   2. Navigate to IncidentOpen, and then open an incident in which the Priority is 1 - Critical.
   3. In the Assignment group field, enter the group that you created.
   4. From the form context menu, click Save.
   5. Add comments to the form to update the incident, and then click Update.
   6. Check the email account of the user member in the assignment group.
   {#t_Ex4Priority1IncUpdateNotif__substeps_qnf_dnw_ngb}

*[\>]: and then


