Email Marketing Tool

ksk
参加者

sending individual links (e-gift card)

解決

I'm sending out e-gift cards to contacts. Each gift card has a unique URL to be redeemed online for each contact - is there a way to insert the individual URLs as hyperlinks within one send rather than cloning 20 of the emails and manually linking each gift card for each contact? Contacts are also answering a survey (via Survey Monkey link) Would be good to be able to record the survey responses for each contact and check whether they click their gift card link. 

0 いいね!
2件の承認済みベストアンサー
Cameron
解決策
投稿者

sending individual links (e-gift card)

解決

There is a product for transactional emails, but a band-aid patch for this could be;

  1. Adding a field for that contact called "gift-code" etc
  2. Use that as a personalised token in each email

Each email would then render that gift code in the personalised portion of the copy.

 

Hope that helps!

元の投稿で解決策を見る

Cameron
解決策
投稿者

sending individual links (e-gift card)

解決

Hey ksk,

 

You would want to use the personalised token in the space of the link in the hyperlink.

 

e.g. <a href="{{contact.gift-card-code}}">click here for gift card</a>

 

Keep in mind, when you click on this link, it automatically adds a "/" to the link.

 

You will have to play around with the gift code to ensure it works with the hyperlink, but that's generally how it should work.

 

 

Hope that helps!

 

元の投稿で解決策を見る

0 いいね!
4件の返信
Cameron
解決策
投稿者

sending individual links (e-gift card)

解決

There is a product for transactional emails, but a band-aid patch for this could be;

  1. Adding a field for that contact called "gift-code" etc
  2. Use that as a personalised token in each email

Each email would then render that gift code in the personalised portion of the copy.

 

Hope that helps!

ksk
参加者

sending individual links (e-gift card)

解決

Thanks Cameron, that does help. 

 

Would you be able to help with the next step? I would like to be able to mask the e-card URL as hyperlinked text. For instance: 'Redeem you voucher' being clickable to their gift card. 

0 いいね!
Cameron
解決策
投稿者

sending individual links (e-gift card)

解決

Hey ksk,

 

You would want to use the personalised token in the space of the link in the hyperlink.

 

e.g. <a href="{{contact.gift-card-code}}">click here for gift card</a>

 

Keep in mind, when you click on this link, it automatically adds a "/" to the link.

 

You will have to play around with the gift code to ensure it works with the hyperlink, but that's generally how it should work.

 

 

Hope that helps!

 

0 いいね!
ksk
参加者

sending individual links (e-gift card)

解決

YES that's perfect, thanks so much!

0 いいね!