Introduction I recently had an eye-opening conversation with Pasha Irshad, co-founder of Shape & Scale. Pasha's journey - from..
How to Embed URL Properties into Text Properties and CTAs in HubSpot
To hyperlink a text property with a URL property in a HubSpot email template, you will use HubSpot's personalization tokens and HubL (HubSpot Markup Language) to dynamically insert content into your email.
Specifically, you will create a hyperlink where the text displayed is your atc_syndicated_news_headline_1
text property, and the URL it links to is your atc_syndicated_news_link_1
URL property.
Here's how you can do it:
- Open the email or template editor in HubSpot where you want to insert the hyperlink.
- Determine where in your email content you want to insert the hyperlink. Click on the text block or wherever you want to add it.
- Use the following code snippet to create the hyperlink. You'll need to insert it directly into the source code view of the email editor or a rich text module where HTML is accepted:
Here's a breakdown of the code:
<a>
is the HTML tag used to create hyperlinks.href=""
sets the destination URL of the hyperlink to the value of theatc_syndicated_news_link_1
property for the contact. Replacecontact
with the appropriate object if your property belongs to a different object type.sets the text of the hyperlink to the value of the
atc_syndicated_news_headline_1
property for the contact.
Save your changes and ensure to test the email by sending a test email to yourself or a test contact to verify that the hyperlink works correctly and directs to the intended URL.
Subscribe to the
Air Trafic Control newsletter
Receive regular tips and resources to boost your establishment!
Related Blogs
We have something for everyone on our blog. Dig in!
This blog was written by Joshua Waldman, one of our valued partners at Inturact.
I had a chance to chat with one of our partners and customers, Rich Walsh, over at Growth Operations Firm. Net-net, marketing is undergoing..