Solved

Unsubscribe button in email

  • 6 September 2023
  • 5 replies
  • 782 views

Userlevel 1
Badge +4

Hi

I want to create an email that has an unsubscribe button, that will unsubscribe when clicked not goto unsubscribe page.

How do i go about doing that ?

 

Thank you

Leon

icon

Best answer by David To 8 September 2023, 16:45

View original

5 replies

Userlevel 7
Badge +29

Hi @lollygag 

Thank you for posting your question in the community! 

Within the email editor, if you select a text block element, you can add personalization to the email. When you click on the figure icon in the editor, you’ll see a dropdown menu. At the top, there are 4 Template Tags, one of which is the Unsubscribe.

 

You’ll get a tag that looks like this: {% unsubscribe %}

You can copy that tag and add it to the URL of a button element. Then, if someone clicks on it from your email, they will be unsubscribed and taken to a confirmation page confirming their subscription status has been updated.

I hope this helps! Please let us know if you have any additional questions.

@In the Inbox 

Userlevel 1
Badge +4

Hi Bryan

 

thank you for your replay, I believe I tried that and instead of just unsubscribe it takes me to the unsubscribe page where you need to put the email again and click again 😀, I want it to be simpler 

Badge +2

You can use {% unsubscribe %} or {% unsubscribe_url %} in your html code. You can also create custom unsubscribe pages. https://help.klaviyo.com/hc/en-us/articles/115005079627

 

Using Zaymo’s interactive Emails, we can do unsubscribes in the email itself without redirecting anywhere. That is even one step more convenient than not having to enter your email again.

Userlevel 7
Badge +60

Hey @lollygag,

Sounds like you’re looking for a one-click unsubscribe - which Klaviyo doesn’t support. 

Although the idea of a one-click unsubscribe is great, in my experience, isn’t very practical. This is due to how often inbox providers crawl emails. With, paired with one-click unsubscribe, can cause these bots to inadvertently unsubscribe your recipients.

David

Userlevel 1
Badge +4

Hi david, 

Your answer makes sense, thank you 

Reply