Best answer

Insert link to text Outlook

  • 1 December 2020
  • 3 replies
  • 501 views

Hi there! 

Is there any way to insert link to display text when sending Outlook email with Zapier? Thank you! 

icon

Best answer by GetUWired 1 December 2020, 16:02

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +12

Yes, If I am understanding you correctly, you mean something like this TEST where you have some displayed text that links to a url (in this instance TEST links to www.google.com). 

 

In order to do it, you will need to code your email in HTML. and use the anchor tag which you can read more about here: https://www.w3schools.com/tags/tag_a.asp essentially, <a href=’insert link address’>Insert text to display</a> 

If the email is very simple you can wrap the contents of the email in paragraph tags <p></p> then use a break tag <br> each time you want a new line. 

Exactly, thank you from your reply!

Userlevel 7
Badge +12

@Hello_Zapper Glad to have helped! Happy Zapping!