Skip to main content
Active Contributor I
September 6, 2023
Solved

Unsubscribe button in email

  • September 6, 2023
  • 5 replies
  • 2063 views

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

    This topic has been closed for replies.
    Best answer by David To

    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

    5 replies

    In the Inbox
    Partner - Platinum
    2025 Champion
    September 6, 2023

    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 

    Bryan Richey // Klaviyo Champion & Email Strategist at In the Inbox // https://intheinbox.co/
    lollygagAuthor
    Active Contributor I
    September 6, 2023

    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 

    Problem Solver I
    September 6, 2023

    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.

    David To
    Klaviyo Employee
    David ToAnswer
    Klaviyo Employee
    September 8, 2023

    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

    lollygagAuthor
    Active Contributor I
    September 11, 2023

    Hi david, 

    Your answer makes sense, thank you