跳到主要内容

How can I show a list of Ticket Followers in an email notification? - 知识库 / Using Deskpro / Admin - Deskpro Support

How can I show a list of Ticket Followers in an email notification?

作者列表

You can show a list of Ticket Followers in the email notification sent to agents, to make it clear that Agents who have been added as Followers have not been assigned the Ticket directly, so don't have to answer the email.

To do this you need to edit the Agent Email Templates to show a list of Followers.

The templates can be accessed by going to Admin > Channels > Emails > Templates. Then select the email templates that you want the list of Followers shown on:


Add the following code to any agent notification templates where you want a list of followers to be shown.

Followers:<br/>

{% for agent in ticket.getAgentParticipants() %}

- {{ agent.display_name }} ({{ agent.primary_email.email }})<br/>

{% endfor %}

More Info:

You can learn more about editing Email Templates by reading the Email Template Guide.


有帮助 没有帮助

添加一条评论

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

是否需要密码提醒?