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

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Configure email and comment notifications

# Configure email and comment notifications {#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 a script to the email reply or case comment template to include all activities (emails and comments) on a case record in email replies and in email notifications.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Update comment notifications.
   1. Navigate to AllSystem NotificationsNotifications.
   2. In the Email template column, enter `case.commented.for.customer`.
   3. In the case.commented.for.customer system property, add the following script to the Message HTML field: `${mail_script:get_emails_comments_activity_history}`.
   4. Save the field.
   {#config-email-notifications__substeps_yvz_kcg_3cc}
2. Update email notifications.
   1. Navigate to AllEmail client templatesReply.
   2. In the reply-recieved system property, add the following script to the Body HTML field: `${mail_script:get_emails_comments_activity_history}`.
   3. Save the field.
   {#config-email-notifications__substeps_l2t_3hg_3cc}

## Resultado

All emails and comments are now included in the email replies and notifications.

