<p>Hi {{contact.firstname}},</p>
<p>This is what your unique link looks like - <a href="https://example.com/?utm_source={{contact.email}}">https://example.com/?utm_source={{contact.email}}</a></p>
<p>Sincerely,</p>
<p>Your name</p>
Obviously, since HubSpot keys on email address and therefore guarantees uniqueness in this contact property, every link created using this technique is guaranteed to be 'unique' as long as you've REQUIRED all contact records to have email addresses.
Additionally, depending on your use case, this could / would prove problematic should your recipient forward the email containing their 'unique link'.
Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.
<p>Hi {{contact.firstname}},</p>
<p>This is what your unique link looks like - <a href="https://example.com/?utm_source={{contact.email}}">https://example.com/?utm_source={{contact.email}}</a></p>
<p>Sincerely,</p>
<p>Your name</p>
Obviously, since HubSpot keys on email address and therefore guarantees uniqueness in this contact property, every link created using this technique is guaranteed to be 'unique' as long as you've REQUIRED all contact records to have email addresses.
Additionally, depending on your use case, this could / would prove problematic should your recipient forward the email containing their 'unique link'.
Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.
I have several utm variables I need to send, and the URL becomes long and ugly. I want to hide it behind the "Click Here" text or better as a button link.