I have created a custom property for a unique customer URL which I'd like to use in emails, directing customers back to their specific log in. While when inserting the personalisation token within an email works - we see the full URL. I'd like to be able to hyperlink some text (e.g. log in 'here' ) or an image (to act as a CTA).
I just tried in my own portal and was able to add a URL within a property as the URL of a link. Here's an example
<p>Here's your <a href="{{ contact.website }}">personalized link</a>.</p>.
For this example I took the HubSpot default property "Website", hence contact.website ; feel free to adapt it with your own custom property pointing to the specific login of your customers.
Our team is facing the same challenge. In the past (i.e. with tools like SalesLoft / Yesware), we relied heavily on the ability to create custom urls in the manner mentioned above. As it stands, much of of messaging looks clumsy with the full hyperlink text in the body (and we're holding off alltogether on many highly effective templates that we used to use)
I totally agree, the ability to hyperlink a deal property in merketing emails and templates would speed up our workflow. We send design decks as links, which we have to manually hyperlink each time instead of an automated email.
We tried to use Personolized links (created by API) in Buttons for Marketing Emails, but it didn't work. We can't insert personalization token into CTA, Buttons & Images (especially useful for discount or code promotions).
For the group, simply edit the HTML code of the email (Advanced / Show Code) and add the referenced script: <a href="{{ contact record unique field }}">link text</a>
Just wanted to share this idea: you can drop the personalization token into the "link URL" of the CTA like this {{contact.insert internal token name here}} I tried this in my portal and it worked.
It is also important to note that a button and a CTA in an email have very different functionality. A CTA will be tracked as it's own individual click but a button is essentially the same as using an image and or a link. Just something to be aware of because it can cause confusion - they don't work in the same way.
The above solution could work when you have a full working URL as a property value that can be passed into this button link field like shown above.
But it seems that it is not currently possible to use such syntax with the parenthesis to use a property as a part of this link (e.g. xxxx.com/en/{{property_name}} and it would be very useful if this were enabled, while making sure (as someone mentioned here also) that there is a fallback value or it gets omitted when a contact receiving such a link has an unknown value for this property.
I have the same issue: I want to use a hyperlink and add a personalization Token.
The solution that @EmmanuelC provides works for Marketing-Mails, but not in 1:1-Mails, nor in Snippets or in Mail-Templates for my Sales Team. As a result I can't use personalized hyperlinks in Sequences.
Please enable the same behavior in 1:1 Mails, Mail-Templates and Snippets, would be very appreciated.
Hi team, upvoting this on behalf on a customer. It's great that personalisation tokens can populate marketing and sales emails with values from the contact record.
That being said, it would be even better if sales emails could include personalisation tokens in the link URL for an image or hyperlink. Sequence emails can bring contacts to the customised page link without showing them the full URL in the email body.