Configure email and comment notifications

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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.

    시작하기 전에

    Role required: admin

    프로시저

    1. Update comment notifications.
      1. Navigate to All > System Notifications > Notifications.
      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.
    2. Update email notifications.
      1. Navigate to All > Email client templates > Reply.
      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.

    결과

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