Send Outlook Message with a Hyperlink to be clicked

Hi,

I want to create a “Send Outlook Mail Message” activity to send an email to people, this email should contain a Hyperlink that can be clicked to navigate to a website because the URL of that website is super long, I don’t want to put the complete URL inside the email message.

Please advise, an example program will help!

Thanks a lot!
Fan

You have to mark the body of the mail as HTML. Check below for the correct syntax

image

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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.