- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 02:05 AM
Hi All,
How to put a email id which will behave like a hyperlink in notification body ?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 03:30 AM - edited ‎04-29-2025 03:31 AM
Hello @1_DipikaD ,
That depends on where you define the email content. If you are not using templates or email scripts then yes, it goes in the Message HTML field of the Notification. You can either put the HTML code in the source using the button highlighted below, or you just insert a link and use the URL syntax I provided.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 02:20 AM
Hello @1_DipikaD ,
Please use this HTML:
<a href="mailto:exampl@example.com">Send email</a>
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 03:08 AM
Where should I write it ? On message html section of notification ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 03:30 AM - edited ‎04-29-2025 03:31 AM
Hello @1_DipikaD ,
That depends on where you define the email content. If you are not using templates or email scripts then yes, it goes in the Message HTML field of the Notification. You can either put the HTML code in the source using the button highlighted below, or you just insert a link and use the URL syntax I provided.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 03:34 AM
Yes,I did it.