How to add your WooCommerce coupon to a Klaviyo flow

1. Create a new Klaviyo flow

2. Add a new email to your flow

3. In your email, you can reference the following coupon details as custom profile properties:

kl-coupon-amount-XXXX
kl-coupon-code-XXXX
kl-coupon-disc-type-XXXX
kl-coupon-expiration-XXX

XXXX = the rule ID created by the Coupon Generator for Klaviyo plugin. This ID is automatically populated when someone subscribes to your forms.

You can use these fields in your emails like:

{{ person|lookup:"kl-coupon-amount-2911"|default:"" }}
{{ person|lookup:"kl-coupon-code-2911"|default:"" }}
{{ person|lookup:"kl-coupon-disc-type-2911"|default:"" }}
{{ person|lookup:"kl-coupon-expiration-2911"|default:"" }}

Example: