To prevent agent's full names from appearing in email notifications, you need to adjust the placeholders used in your triggers. If your agents have aliases but their full names are still showing, the issue might be with the placeholder{{comment.value_rich}}
in the trigger.
Switching to{{comment.value}}
can help ensure that only the alias is displayed in notifications. This simple change can protect your agents' identities and maintain their privacy. For more guidance, check out theZendesk Support placeholders reference.
Customers might see the agent's full name in email notifications due to the use of certain placeholders in triggers. If your agents have set up aliases but their full names are still visible, it's likely because the trigger sending the notification…
To hide agent's full names in Zendesk email notifications, use the placeholder{{comment.value}}
instead of{{comment.value_rich}}
. The latter displays the full name of the agent, even if an alias is set up. By using{{comment.value}}
, you…
The placeholder{{comment.value_rich}}
reveals agent's full names because it is designed to display the full name of the agent who comments on a ticket. This happens even if the agent has set up an alias. To avoid this, you can use the…
To ensure agent aliases are used in all Zendesk communications, you need to carefully configure your triggers and placeholders. If full names are appearing, check if the placeholder{{comment.value_rich}}
is being used, as it displays the full…