How to update unsubscribe link in email templates?
Hello everyone!
I would like to update the snippet in our email templates with 2 new links:
- The lead will have the option to either {Update your preferences} > New form and a new WordPress LP.
- The lead will also have the option to directly unsubscribe > New form and a new WordPress LP.
Now, what's the easier option to do that? I did read this article here, but I don't think it's updated.
For now, we only have one Marketo LP for both options, this is how the HTML looks like, so this means that it needs to be changed in the Admin section under Email?
<div class="body-text">This email was sent to <a href="{{lead.Email Address}}" target="_blank" style="text-decoration:underline; font-weight:600; color:#404040;">{{lead.Email Address}}</a>. We only want to send you the information you care about. Update your email preferences or <a href="{{system.unsubscribeLink}}" target="_blank" style="text-decoration:underline; font-weight:600; color:#404040;">unsubscribe</a> at any time.</div>