Skip to main content
Contributor I
August 15, 2022
Solved

Same unique coupon code in popup success message and in email flow for the same subscriber

  • August 15, 2022
  • 2 replies
  • 549 views

I’m using dynamic coupon codes in the signup form so that a unique code will be generated and displayed in the success message for a new subscriber. However, how can we email the same code to the same customer in the welcome flow later as well?

This topic has been closed for replies.
Best answer by alex.hong

Hi @Roman,

Welcome to the Community.

I understand that you are looking to confirm the functionality of a unique coupon used within, both, a form and a flow message. I can reassure you that as long as you use the exact same syntax (i.e. {% coupon_code 'NameofYourCoupon' %} in both elements, the unique code that is displayed within the sign up form would be the same as the unique code that your customers receive in the the follow-up confirmation email. 
 

Hope that helped,

Alex

2 replies

alex.hong
alex.hongAnswer
Klaviyo Alum
August 15, 2022

Hi @Roman,

Welcome to the Community.

I understand that you are looking to confirm the functionality of a unique coupon used within, both, a form and a flow message. I can reassure you that as long as you use the exact same syntax (i.e. {% coupon_code 'NameofYourCoupon' %} in both elements, the unique code that is displayed within the sign up form would be the same as the unique code that your customers receive in the the follow-up confirmation email. 
 

Hope that helped,

Alex

RomanAuthor
Contributor I
August 16, 2022

Thank you Alex, that helps a lot :)