> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.wheelio-app.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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.

### 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".

![How to insert a Wheelio won coupon into Klaviyo](https://storage.crisp.chat/users/helpdesk/website/b6c5f311789fa000/image-3_1xaljdd.png)


### Plain Text Editor
To use the custom field in your Plain Text Editor, use the following code snippet:
``{{ person|lookup:'couponcode'|default:'' }}``

