How to add hyperlink to Email Notification?

lakshmidurga
Tera Expert

I want to add hyperlink to Email Notification.

Your Incident INCxxxxxxxx has been registered.

If I click on INCxxxxxxxx it should redirect me to the Incident Page.

Please someone help me on this.

Thanks in advance.

1 ACCEPTED SOLUTION

Manik
ServiceNow Employee
ServiceNow Employee

HI Lakshmi,



We can use ${URI_REF} and hyperlink would be created for the display field of record which in this case would be Incident number.



THank's,


Manik



PS - Please mark as correct, helpful and like if it solves your problem



View solution in original post

7 REPLIES 7

Manik
ServiceNow Employee
ServiceNow Employee

HI Lakshmi,



We can use ${URI_REF} and hyperlink would be created for the display field of record which in this case would be Incident number.



THank's,


Manik



PS - Please mark as correct, helpful and like if it solves your problem



Manik
ServiceNow Employee
ServiceNow Employee

Hi Lakshmi,



Please mark the answer as correct if it solved your problem.



Thanks,


Manik


Hi @Manik , would like to clarify if ${URI_REF} only should be added for the number for incident? Will it be the same if from catalog item RITM? Thank you. 

paramveer
Mega Guru

Hi Lakshmi



use ${URI_REF} for number



For more detail visit:



http://wiki.servicenow.com/?title=Scripting_for_Email_Notifications



Please let me know if further assistence needed.



Paramveer Singh


Senior Developer



Please mark Helpful, Like, or Correct Answer if applicable.