Skip to main content

I made my email template on Canva, copy and pasted the unsubscribe tag from klaviyo to the footer of my template on canva. 
 

Downloaded template as PNG then converted it to HTML. thereafter, went back to klaviyo to import the HTML file and got the error saying I haven’t included the unsubscribe tag.

please help thanks

Hi @AurumLux 

Thank you for your post in the Community :)

In the HTML from Canva do you have the following: <a href ="{% unsubscribe_link %}" </a>

Here is a really helpful article on the Unsubscribe tag

https://help.klaviyo.com/hc/en-us/articles/115006054267

Hope this helps

Kylie


Yes ive mentioned that I added the tag in my post. Still not working :/


I made my email template on Canva, copy and pasted the unsubscribe tag from klaviyo to the footer of my template on canva. 
 

Downloaded template as PNG then converted it to HTML. thereafter, went back to klaviyo to import the HTML file and got the error saying I haven’t included the unsubscribe tag.

please help thanks

 


 


 


Hi @AurumLux, can you show us parts of your code to help better troubleshoot?  The code should look like this:

<a href="{% unsubscribe_link %}">Unsubscribe here.</a>

Also, you may have improperly closed HTML tags that might be causing Klaviyo to not recognize it properly.  Make sure all your HTML that you created is clean and coded properly.  You can search on Google for an HTML validation tool if you don’t have an HTML editor/IDE handy to help you check your HTML syntax.  

 


I dont think canva gives me the option to properly add html code which might be the issue


Reply