Need to creation Escalation URL to display in the Notification

Imran4
Tera Contributor

Hi community, 

I want to create a notification where user can escalate the if the service wasn't good. I want to give it as Click Here Link so that when user click on that, it should route the user to the Customer Portal's Escalate Popup Window of the related ticket. Can this be done? My architect was saying that, there might be SSO login issues. User should be logged in to customer portal before clicking on the escalate link in the notification. What is the best approach that I can follow to fulfill this requirement. Any thoughts? Thank you.

1 REPLY 1

Vishal Jaswal
Tera Sage

Hello @Imran4 

You should be able to achieve this via Deep link explained here: https://www.servicenow.com/docs/r/platform-security/authentication/c_AddSupportForDeepLinking.html 

I would recommend you to test the same in a browser where you are not already logged in where you should use the URL of escalate popup for a given sys_id/record. You should be asked for SSO login and via post SSO you should be redirected to that pop-up.


If yes, then you just need to use this in your mail script. For mail script assistance, you can reach out to community or update this thread here.


Hope that helps!