Hi people.
I'm creating a winback flow in my Shopify store with Klaviyo.
In this email sequence I will send 4 emails. On the 1st I will send a dynamic code that will expire in 3 days. Here in a section of text I have added the code “{% coupon_code 'Clientes_Especiales' %}“ since my dynamic coupon is called “Clientes_Especiales”, but I have also created a button with the following URL: “https://www.bijoucosmetics .cl/discount/{% coupon_code 'Special_Customers' %}”, will it be good for it to fulfill the same function of leading to said dynamic coupon?
Now, I want to add a Link address to my images, with the same dynamic coupon, what will this code look like?
Finally, in the following emails 2, 3 and 4 I will send the same notification to the client with the same discount code. With a section of text and a button and I have the following codes, will it be ok?
text: {{ person|lookup:'coupon' }}
CTA button: https://www.bijoucosmetics.cl/discount/{{ person|lookup:'coupon' }}