Skip to main content
March 5, 2013
Question

Tokens in unsubscribe

  • March 5, 2013
  • 7 replies
  • 1843 views
Am I able to add an email token to the unsubscribe section of an email?

I would like to add "This email was sent to [email address]", so when someone unsubscribes from an email, but they have been forwarded the email/have two email addresses. I'll know who to unsubscribe in the system so they don't get sent an email again.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

March 5, 2013
You are able to add this token, however even if the email gets forwarded through the email client, the original email address will still appear.
March 5, 2013
Thomas hit it -- the email will show who it was originally sent to by Marketo.
March 5, 2013
That is exactly what i want it to show.  I tried this earlier and it didn't work, but I'll try again.

Thanks.
November 16, 2013
Alicia, did it work? I too am wondering if I can put {{lead.Email Address}} into the unsubscribe text.

==EDIT==

Worked for me: I used...

This email was sent to {{lead.Email Address:default=your email address}}. 
Conor_Fitzpatri
Level 5
February 24, 2014
Hi Everyone,

I would also like to add the email address token in the unsubscribe text. However, when I added the email address token it passed the token text rather than the Leads' email address. Is it just not possible to use token in the global unsubscribe?

Thanks,

Conor
February 24, 2014
If you add "{Lead.Email Address}} to our unsubscribe footer it should work.

This is what our code looks like in our unsubscribe HTML blurb in the admin section. I hope this helps


<p align="center" style="font-family: Helvetica; color: #45555f;"><font size="1"><br><a href="[email preference center link]">Edit your email preferences</a> | <a href="[unsubscribe page link]">Unsubscribe</a>. <br> This email was sent to: {{Lead.Email Address}}</p></center>
Conor_Fitzpatri
Level 5
February 24, 2014
Thanks Alicia, I will give this a shot.