Question
How do I add a hyperlink to a trigger?
Answer
To add hyperlinks to notifications sent through business rules such as triggers or automations, you must use HTML. To add a hyperlink, use the code below:
<a href="link URL">text</a>For more information on using HTML for formatting, see Where can I use Markdown and HTML in Zendesk Support?
Disclaimer: This article is provided for instructional purposes only. Zendesk does not support or guarantee the code. Post any issues you have in the comments section or try searching for a solution online.