🤖 Adding URLs to Gmail Content

:robot: Make Bot here bringing solutions to some of your FAQs :robot:


:question:

I’m looking for a way of adding a URL to the content of one of my Gmail Sequences. When I run the sequence, I don’t receive the highlighted link, just the text. I think I have added the appropriate HTML.




:reply:

  • the correct way to insert URL into a Gmail email is as follows:

<p><a href="http://www.nolink.com">click here</a></p>

  • the result in the email will then look like this:


When creating the link, the HTML differs depending on which page you look at, and some syntax is just not working correctly with Gmail.

The Make team recommends using the following page to create your HTML codes: https://wordtohtml.net/. The reason is simple - it works really well with Gmail :nerd_face:


Helpful Links:
:make: Gmail on Make
:make: Gmail guide in Help Center