How to send coupon code to customer in Klaviyo?
Coupon that was won by customer can be send using your Klaviyo Campaign.
Including the coupon code in your Email can be done via HTML Editor or Plain Text Editor.
To insert the custom field in HTML Editor, click on "Add personalisation" and find in the dropdown select menu the custom field name "couponcode".
To use the custom field in your Plain Text Editor, use the following code snippet:
Including the coupon code in your Email can be done via HTML Editor or Plain Text Editor.
HTML Editor
To insert the custom field in HTML Editor, click on "Add personalisation" and find in the dropdown select menu the custom field name "couponcode".
Plain Text Editor
To use the custom field in your Plain Text Editor, use the following code snippet:
{{ person|lookup:'couponcode'|default:'' }}
Updated on: 18/04/2024
Thank you!