How can I send unique hyperlinked URLs to contacts in HubSpot?

What’s the best way to send personalized hyperlinked URLs in HubSpot?
We need to send unique URLs to over 300 participants and I’m not sure the best way to do so. I thought I could use the personalization tokens to do so, BUT the URL isn’t hyperlinked when it populates, so the user would have to copy that URL into their browser to access it. Is there a better way to do this that allows a unique (hyperlinked) URL to be posted per user?
Moderator Note: this post was reviewed for relevancy and optimized for clarity on April 1, 2026. Thank you for your contributions to the HubSpot Community!

Hi @SDiVirgilio,

I explained how to do this in a previous thread :slightly_smiling_face:Personalized recipient survey links?

"This can be achieved via the source code editor:

If you don’t want to write a line of code, simply add a hyperlink for www.google.com first, like in my screenshot. Then click the source code icon.

You can now replace the two mentions of Google with the syntax for a personalization token:

Use a personalization token in the form {{ contact.survey_link }}, replacing contact and survey_link with your own object and the property’s internal name.

After you save, HubSpot will replace the token with each contact’s URL when the email is sent.:slightly_smiling_face:"

Best regards!

Thank you @karstenkoehler! I must not have been searching correctly or else I should have found your previous thread. Appreciate the help!