Send Outlook Message with a Hyperlink to be clicked

Hi @fafeng,

You can use the below HTML tag for the same. Use the send outlook mail activity with ‘IsBodyHtml’ option enabled

<a href='Your Web Address'> </a>

For eg:
Click <a href='http://www.echoecho.com/htmltext03.htm'>here</a> to go to HTML Tutorials.