Custom Link in Email Notification

rickydunn
Kilo Explorer

Hello everyone!

I'm further working to refine the notifications used in my instance and have come across the problem of creating a custom link that is sent to IT Specialists. Members of IT have a different view for incident work orders than other individuals. At the bottom of each email we have a link that has the ticket #, which will take them to the ticket. However, the email link is always the Default view, and not the view called IT. How can this be changed?

10 REPLIES 10

That makes sense. %26 is the hex value for the & character. It's doing the URI encoding somewhere to keep the nav_to parameters from conflicting with the uri= parameters.



Did you check in to using a ${mail_script:xxxxx} code to call the external script as mentioned in the earlier comment?