Email Notifications
Some emails are sent by Helpdesk based on the activities carried out by the users. Currently, there are 4 kinds of emails:
- Share Feedback
- Acknowledgement
- Reply From Contact
- Reply From Agent
To customize the content and the related options associated with each kind of email, you can use the 'Email Notifications' tab of the settings view.
Share Feedback
This email is sent to the user who has raised the ticket after the ticket is closed or resolved. The purpose of the email is to get feedback on the support experience.
The available customizations are highlighted in the image below.
Available variables (share feedback)
The content field supports Jinja templates. The dynamic variables that can be used with the template are listed below:
url
:str
The url of the feedback form
doc
:HDTicket
The support ticket document. All fields associated with the
HDTicket
doctype are available.
Acknowledgement
This email is sent to the user right after creating an email ticket. The purpose of the email is to let the user know that a support ticket was created because of the sent email.
The available customizations are highlighted in the image below.
Available variables (acknowledgement)
The content field supports Jinja templates. The dynamic variables that can be used with the template are listed below:
doc
:HDTicket
The support ticket document. All fields associated with the
HDTicket
doctype are available.
Reply From Contact
This email is sent to all of the assigned agents after a reply from one of the contacts. The purpose of this email is to let all of the assigned agents know that a contact has replied.
The available customizations are highlighted in the image below.
The email content is used only for tickets raised via Portal.
Available variables (reply from contact)
The content field supports Jinja templates. The dynamic variables that can be used with the template are listed below:
ticket_url
:str
The url of the support ticket
doc
:HDTicket
The support ticket document. All fields associated with the
HDTicket
doctype are available.
Reply From Agent
This email is sent to all of the recipients associated with an agent reply. The purpose of this email is to let the recipients know that an agent has sent a message.
The available customizations are highlighted in the image below.
The email content is used only for tickets raised via Portal.
Available variables (reply from agent)
The content field supports Jinja templates. The dynamic variables that can be used with the template are listed below:
message
:str
The content of the reply
doc
:HDTicket
The support ticket document. All fields associated with the
HDTicket
doctype are available.