---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Configure an email notification for an exposure notice

# Configure an email notification for an exposure notice {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Configure an email notification to use in the Emergency Outreach to
send to potentially exposed contacts in an exposure case to notify them of potential
exposure from an affected employee.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem NotificationsEmailNotifications.
2. Review the existing Notify Exposed Contact email notification to familiarize yourself with the script and other settings.
3. Click New.
4. In the Table field, select the Exposure Notice \[sn_imt_tracing_exposure_notice\] table.
5. On the When to send tab, complete the following settings.
   1. In the Send when field, select Record inserted or updated.
   2. Set the Conditions criteria to \[User.Active\]\[is\]\[true\] and \[Notification count\]\[changes\].
   3. In the Advanced condition field, enter the following code:  

          var exposedContactNotificationSysId = '<your-sys_id>';
          answer = current.outreach.notification == exposedContactNotificationSysId;

      Replace the \<your-sys_id\> variable with the sys_id notification
      that you're adding by right-clicking in the header, selecting the
      Copy sys_id option, and pasting the
      sys_id into the code line.
   {#configure-notify-exp-contact-email__substeps_t4l_52d_gmb}
6. On the Who will receive tab, open Users/Groups in fields and select Assigned to.
7. Complete the remaining information on the What it will contain tab.
8. Click Submit.
9. In the Notifications list, open the notification that you added and click Preview Notification.
10. Review the notification and make any changes required.
11. Click Update.
{#configure-notify-exp-contact-email__steps_hd1_rjh_nlb}

## O que Fazer Depois

[Configure an Emergency Outreach notification for the exposure notice](https://servicenow-prod.fluidtopics.net/FFHVTxiZN4oFOCpFu0Ac4Q "Configure an Emergency Outreach notification to send email and mobile push notifications to potentially exposed employees in an exposure case to notify them of a potential exposure from an affected employee.").

