How to use coupon code in Newsletter email

You can use the shortcode in newsletter email content as this:

Newsletter email variables:

{{var subscriber.generateCoupon(promotion-xmas-rule)}} – Generate coupon code by rule {{var subscriber.getUsesPerCoupon(“coupon-alias”)}} – get uses per coupon by coupon alias {{var subscriber.getCouponExpirationDate(“coupon-alias”)} } – get coupon expiration date by coupon alias {{var subscriber.getCouponDiscount(“coupon-alias”)}} – get coupon discount amount by coupon alias {{var subscriber.getCouponCode(“coupon-alias”)}} – get coupon code by coupon alias

Last updated