Open email approval links in service operations workspace servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Experts.
Currently my approval emails opens in native UI when user click to review the record from email links. How can i configure the links to open SOW instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
Hi @saint ,
Please refer to this post which has guidance: https://www.servicenow.com/community/incident-management-sow-forum/link-to-workspace-records/m-p/283...
Create a Mail Script
- Navigate to System Notification > Email > Notification Email Scripts.
- Click New.
- Give it a name (e.g., getWorkspaceURL).
- Add the following script (example for Agent Workspace😞
- For Service Operations Workspace (SOW), replace:
with:/now/workspace/agent/record//now/sow/record/
Add the Script to a Notification
- Open your notification: System Notification > Email > Notifications.
- In the Message HTML field, call the mail script:
${mail_script:getWorkspaceURL}✅Alternative (Xanadu Release & Later)
If you're on the Xanadu release, you can use the built‑in ITSM Notifications Redirection plugin
(com.snc.itsm.notifications_redirection), which automatically redirects standard platform URLs to Service Operations Workspace (SOW).
Be sure the following system property is enabled:
sow_email_notification_redirect = trueThis removes the need for a custom mail script.
Johns M P
