SOLVED

using {{system.unsubscribeLink}}

Go to solution
Anonymous
Not applicable

using {{system.unsubscribeLink}}

Hi All,

Just wondering if anyone can help me. When I place the {{system.unsubscribeLink}} link in the footer of an email it shows the url and not the unsubscribe text?

Thanks

pastedImage_0.png

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: using {{system.unsubscribeLink}}

<a href="{{system.unsubscribeLink}}">Unsub</a>

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: using {{system.unsubscribeLink}}

<a href="{{system.unsubscribeLink}}">Unsub</a>

Anonymous
Not applicable

Re: using {{system.unsubscribeLink}}

Thanks Sanford.

The issue was for me was I needed to use the token within a snippet so that it overrode the admin unsubscribe. The fix was to hyper link text and place the the token within the target URL.