Redirect links to open in Service Operations Workspace.Create an email notification script:• Go to "System Notification > Email > Notification Email Scripts" and paste the following code. var sowURL= '<a href="' + gs.getProperty('glide.sys.servlet_path') + '/now/sow/record/' + current.getTableName() + '/' + current.sys_id + '">' + current.number + '</a>';template.print(sowURL + "<br />"); • Once it is created, add that email script to the notification.• For more information, please check out the following document - Linking to a record in Workspace