Skip to main content

hi, in my first welcome series email, i had put {% coupon_code 'CouponName' %}.

*my CouponName is SignUpDiscount

in the second welcome series email, i would like to remind the recipient that there is a SignUpDiscount that he haven use.

 

But when i test the email, all 3 welcome series email will receive different SignUpDiscount code.
How to ensure recipient receive one SignUpDiscount code for one email?

I tried to use {{ person|lookup:'SignUpDiscount' }} in second welcome series email, but not successful.( in the preview, it shows NONE)

 

@twinkle 

don’t rely much on the preview emails because they are not good for testing dynamic codes. But as long as the code lasts more than the time delay for the 2 emails simply use the same code {% coupon_code 'SignUpDiscount' %} and when this email sends emails organically it will send the same code to the same person..


@Bobi N. 

Thank you for your answer.
Meaning every recipient will receive their own unique code, which is the same one for every email right?
It wont be like this attachment(test email), recipient receive different code. 

 


@twinkle 

Yes it won’t be like that as long as the coupon code is set to last more than what the time delay between the 2 emails is. 


Reply