Email Template

Email Template

Default CSAT email template

The default CSAT email template like the following image:

image-20250515-080049.png

Custom CSAT email template

To custom CSAT email template, go to Configuration page → Automation tab → Default Trigger CSAT Rule link.

image-20250515-080131.png

Click on the three-dot icon (⋯) located next to the "By email content" section. And From the dropdown menu, click “Request New Template”. This will allow you to request a customized template instead of using the default one.

image-20250515-080449.png

A dialog box will appear. In this dialog you can enter a new template and then click the submit button when you're done.

image-20250515-080726.png

We use Thymeleaf Template to define the template. Currently, we only support the following variables in insert variables button:

image-20250515-080928.png
  • ${recipient}: Recipient name

  • ${reporter}: Issue key.

  • ${issueSummary}: Issue summary.

  • ${issueLink}: Issue link. (Ex: <a th:href="${issueLink}" th:text="${issueKey}"></a>).

  • ${ratingSection}: Rating section in email. It can be emoticons, stars or numbers. You can change rating type in General tab.

  • Elements: div, span, a, img.

  • Attributes of elements: align, style, th:text, th:href, th:src.

For example:

Important note: Don’t forget to add ${ratingSection} variable to the template.

Additionally, you can add content by clicking the Custom Field button.

image-20250515-081014.png

Adding some custom fields on the template.

image-20250515-083242.png

 

After clicking the Validate button, the customized email template will undergo backend validation, with the results displayed in a preview email template dialog:

image-20250515-083150.png

 

After clicking Confirm button. User can use this template for your CSAT survey.

If user want to revert to the default email template. User can click Revert to default button.

The CSAT email content looks like:

image-20250515-084358.png

The email in recipient’s mailbox,

image-20250515-084212.png