Watermark in the reply mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2020 02:28 AM
Hi All,
I couldn't add the watermark in the reply mail.
I am getting an email notification with "Approve all" and "Reject all" links along with the watermark, onclick of the links a new email is created but with no watermark.
Can anyone please suggest how to include the watermark in the new email.
The below screenshot is the from the mail script from where the links are generated.
Can anyone please help me on how to input the watermark in the new mail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2021 04:18 AM
template.print('<a title="click here" href="mailto:YOURINSTANCEEMAIL@service-now.com?SUBJECT=Approve&body='+ (email.watermark)+ '">Click here</a>');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 12:37 PM
this one worked like a charm!
I pimped it a bit to fit our requierement but for future people that want to get button out of this this is what i did
and then