Skip to main content
Best answer

Insert link to text Outlook

  • December 1, 2020
  • 3 replies
  • 623 views

Hi there! 

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

Best answer by GetUWiredBest answer by GetUWired

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. 

View original
Did this topic help you find an answer to your question?
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

GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • Answer
  • December 1, 2020

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. 


  • Author
  • Beginner
  • 1 reply
  • December 2, 2020

Exactly, thank you from your reply!


GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • December 2, 2020

@Hello_Zapper Glad to have helped! Happy Zapping!