[ARCHIVED] Hyperlinks in emails end users receive | Community
Skip to main content

[ARCHIVED] Hyperlinks in emails end users receive

  • November 8, 2023
  • 4 replies
  • 0 views

Whenever we use the feature to link a knowledgebase article in a ticket for a reply to an end user, when the end user receives the email about a ticket update, the hyperlink is no longer a hyperlink.  If the end user clicks the link for the ticket number, it opens up the ticket on the web version and the hyperlink is clickable.  I tested this with an agent submitting the ticket and the hyperlink is there in the reply email and they can just click the link without having to open up the ticket on the web.  Is there a setting in ZenDesk I am missing to enable this for end users?

4 replies

  • November 9, 2023

Hi @philip14

I will need to have a look at the ticket where this happened. I've created a ticket for us where we can continue working together. Kindly check your inbox for updates. Thanks!


  • December 15, 2023

What was the issue on this, we recently are seeing the same issue.


Paolo14
  • December 17, 2023
Hi Michele,
 
I can see that you have already submitted a ticket regarding this issue. Our Support Team will reach out to you as soon as possible. Thank you!
 
Best,
Paolo | Technical Support Engineer | Zendesk

  • Author
  • December 18, 2023

@mshauck

It was a place holder in one of our triggers causing the issue for us.  

{{ticket.latest_comment}} 

Changing it to:

{{ticket.latest_comment_formatted}}


Resolved the issue.