跳到主要内容

How do I make clear in email notifications to agent followers that they don't need to respond? - 知识库 / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: How can I show a list of Ticket Followers in an Email Notification?

How do I make clear in email notifications to agent followers that they don't need to respond?

作者列表
Note

You are browsing the Legacy version of this article. For the current version, see: How can I show a list of Ticket Followers in an email notification?


Question:

In the email notification sent to agent, I would like to make it clear to agents who have been added as followers that they have not been assigned the ticket directly, so don't have to answer the email. Can I show a list of followers in an agent email?

Answer:

Yes, you can edit the email notification templates to show a list of followers. For example:

Followers:<br/>
{% for agent in ticket.getAgentParticipants() %}
- {{ agent.display_name }} ({{ agent.primary_email.email }})<br/>
{% endfor %}

You'd need to add this code to the templates for all the agent notifications where you want followers to be shown.

 

有帮助 没有帮助

73 人中 44 人认为这个页面有帮助

添加一条评论

请登录或注册以提交评论。

是否需要密码提醒?