Configure email and comment notifications
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.
Before you begin
Role required: admin
Procedure
-
Update comment notifications.
- Navigate to .
-
In the Email template column, enter
case.commented.for.customer. -
In the
case.commented.for.customer
system property, add the following script to the Message HTML field:
${mail_script:get_emails_comments_activity_history}. - Save the field.
-
Update email notifications.
- Navigate to .
-
In the reply-recieved system property, add the following script to the Body
HTML field:
${mail_script:get_emails_comments_activity_history}. - Save the field.
Result
All emails and comments are now included in the email replies and notifications.