---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/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


---

# Add an email notification for daily health verification

# Add an email notification for daily health verification {#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

Add an Employee Readiness Surveys email notification to use for
sending the survey link.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem NotificationsEmailNotifications.
2. Review the existing Daily Health Verification email notification to familiarize yourself with the scripts and other settings.
3. Select New.
4. In the Table field, select the Health Verification Acknowledgements \[sn_imt_checkin_health_verification_acknowledgement\] table.
5. On the When to send tab, set the conditions.  
   * In the Send when field, select Record inserted or updated from the drop-down list.
   * Set the Conditions criteria to \[User.Active\]\[is\]\[true\] and \[Acknowledgment Status\]\[is not\]\[Acknowledged\]..
   * In the Advanced condition script, enter the following code:

         var employeeDailyHealthVerificationSysId = <your-sys_id>
         answer = current.employee_check_in.notification = employeeDailyHealthVerificationSysId;

     {#add-daily-health-verification-notif__codeblock_bqf_nfg_h1c}

     Replace the \<your-sys_id\> variable with the sys_id notification that you're adding by opening the additional actions menu, selecting Copy sys_id, and pasting the sys_id into the code
     line.
     {#add-daily-health-verification-notif__p_cqf_nfg_h1c}

   {#add-daily-health-verification-notif__daily-health-when-to-send-tab}

   The following figure shows example settings for the Daily Health Verification base system notification.{#add-daily-health-verification-notif__p_dqf_nfg_h1c}

   {#add-daily-health-verification-notif__p_eqf_nfg_h1c}
6. On the Who will receive tab, open Users/Groups in fields and select Assigned to. {#add-daily-health-verification-notif__who-receives-assigned-to}
7. On the What it will contain tab, complete the remaining information.
8. Select Submit.
9. In the Notifications list, open the notification that you added and select Preview Notification.
10. Review the notification and make any necessary modifications.
11. Select Update.
{#add-daily-health-verification-notif__steps_aqf_nfg_h1c}

