Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How do we set dynamically URL Survey link in the email notification.

sunil kumar11
Tera Expert

I have requirement to pass the Survey link within the notification.

When we move update set from one instance to other instance. The URL should open as same DEV, TEST, PROD 

 

 

 

@shyam10

1 ACCEPTED SOLUTION

shyamkumar VK
Kilo Patron

@sunil kumar11 ,

Create an email Script and call OOB system property in the email script and call that into the notification body like example 

${mail_script:your script name}

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

View solution in original post

2 REPLIES 2

shyamkumar VK
Kilo Patron

@sunil kumar11 ,

Create an email Script and call OOB system property in the email script and call that into the notification body like example 

${mail_script:your script name}

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

sunil kumar11
Tera Expert

Thank you @shyamkumar VK for the prompt response 🙂