Hyperlink in Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 03:52 AM
Hi All,
We have configured provider notification which is triggered in msteams.
notification is getting triggering ,but need help in adding Hyperlink in that notification ..
${mail_script:scriptName} is not working its coming as plain text and not as hyperlink

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:05 AM
Hi Mahesh,
Please share the mailscript that is being used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:28 AM
Please find below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:40 AM
Hi @Mahesh033 ,
Please use the below code -
var url = '<a href="' + gs.getProperty('glide.servlet.uri') + 'sp?id=take_survey&instance_id=' + survey.sys_id + '">Please take survey</a>';
template.print(url);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 04:02 AM
It is not working , in MS teams notification its should as plain text and not has hyperlink