Configure email and comment notifications
As an admin, you can add a script to notification and reply templates so that the activity shown in the thread matches the value set in [number_of_activities_in_notification].
Before you begin
Role required: admin
About this task
You can use the script to update the number of activities shown in any notification and reply template. The case.commented.for.customer and reply-recieved templates are only two examples.
Procedure
-
To update comment notifications, do the following:
- Navigate to .
-
In the Email template column, enter
case.commented.for.customer. -
In the
case.commented.for.customertemplate, add the following script to the Message HTML field:${mail_script:get_emails_comments_activity_history}, and save.
-
To update email notifications, do the following:
- Navigate to .
-
In the
reply-recievedtemplate, add the following script to the Body HTML field:${mail_script:get_emails_comments_activity_history}, and save.
Result
Emails and comments match the value set in [number_of_activities_in_notification].