How to put email id which will behave like a hyperlink in notification body

1_DipikaD
Kilo Sage

Hi All,

How to put a email id which will behave like a hyperlink in notification body ?

Thank you

1 ACCEPTED SOLUTION

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.

 

RobertH_0-1745922568836.png

 

Regards,

Robert

View solution in original post

6 REPLIES 6

Robert H
Mega Sage

Hello @1_DipikaD ,

 

Please use this HTML:

<a href="mailto:exampl@example.com">Send email</a>

 

Regards,

Robert

Where should I write it ? On message html section of notification ?

 

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.

 

RobertH_0-1745922568836.png

 

Regards,

Robert

Yes,I did it.