- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to distribute multiple unique links with one enail?
SOLVEMay 28, 2018 11:47 AM
Hi everybody,
I am facing the following issue.
We want to send our customers an e-mail with an unique link for each customer to use individually.
On the one hand, we could do it manually, for each customer we send a new email with a new link. This would be quite a pain.
So, we'd like to send an email where we can use a CTA, providing an unique link for each email-adress.
I am looking forward to your answers.
Cheers
Dennis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
May 28, 2018 1:23 PM - edited Aug 19, 2019 6:04 PM
Q: How to distribute multiple unique links with one email?
Short A: Use personalization tokens in URL parameters.
Longer A:
We've had success using a combination of URL query parameters and HubSpot Personalization tokens in email to achieve your desired result.
Example:
https://example.com/?utm_source={{contact.email}}, when used in an email to a contact whose email address was 'bob@example.com', would yield a link as follows:
https://example.com/?utm_source=bob@example.com
(see image)
Here's the code for that email:
<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: HubSpot is a constantly evolving platform. Please check the date of each post and view all solutions in that context.
-- Visit
Hope that helps.
Be well,
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content