- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:04 AM
Hi all,
I need a help on, how can we send a module url through email notification as hyper link. My use case is when ticket sent for approval and if user clicks on an hyper link that should redirect to " my approval" module inside the native ui
Thanks..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:31 AM - edited 03-27-2024 05:03 AM
Hi @Vijaykumar K ,
You can do it like this :
1. you can simply embedd the url in notification like below : (tested and it worked.)
use the url > https://dev214688.service-now.com/sysapproval_approver_list.do?sysparm_query=approverDYNAMIC90d1921e...
OR -
Use mail script and call it in your notifcation:
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:24 AM - edited 03-27-2024 04:35 AM
Try creating a notification email script and append it to your email body of the notification created in approval table as below,
Notification Email Script: ( I have routed it to portal, you can change it accordingly)
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:31 AM - edited 03-27-2024 05:03 AM
Hi @Vijaykumar K ,
You can do it like this :
1. you can simply embedd the url in notification like below : (tested and it worked.)
use the url > https://dev214688.service-now.com/sysapproval_approver_list.do?sysparm_query=approverDYNAMIC90d1921e...
OR -
Use mail script and call it in your notifcation:
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:57 AM
Thank you @Sohail Khilji , pls suggest howcto configure the same if we are sending email notification from workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:00 AM - edited 03-27-2024 05:04 AM
its goes the same you can configure the notifcaiton and in workflow you can trigger an event to sent the email notification. or you can use send notifcation activity to configure the same
mail script :
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....