> For the complete documentation index, see [llms.txt](https://docs.swish.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swish.app/integrations/klaviyo-integration.md).

# Klaviyo Integration

Swish has a powerful Klaviyo integration that enables you to send Wishlist powered product and customer events as well as profile level wishlist data.

This guide will take you through setting up the Klaviyo integration, including setting up Klaviyo Flows that can be triggered by events sent from Swish.

Swish sends the following data and events to Klaviyo:

<table data-full-width="false"><thead><tr><th>Data Type</th><th>Name</th><th width="314.87109375">Description</th></tr></thead><tbody><tr><td>Customer Event</td><td>Added product to Wishlist</td><td>When a customer adds a product to their Wishlist.</td></tr><tr><td>Customer Event</td><td>Removed product from Wishlist</td><td>When a customer removes a product to their Wishlist.</td></tr><tr><td>Customer Event</td><td>Viewed Wishlist</td><td>When a user views their Wishlist page.</td></tr><tr><td>Product Event</td><td>Wishlist product back in stock</td><td><p>When a unit of stock for a saved item becomes available after being previously sold out.<br></p><p>A minimum stock level for this event can be set within the Klaviyo integration settings in the Swish app in your Shopify admin.</p></td></tr><tr><td>Product Event</td><td>Wishlist product low in stock</td><td><p>When the stock level of a saved item drops below a specified level.<br></p><p>A minimum stock level for this event can be set within the Klaviyo integration settings in the Swish app in your Shopify admin.</p></td></tr><tr><td>Product Event</td><td>Wishlist product price drop</td><td><p>When the price of a Wishlist item drops by more than a set %.<br></p><p>The minimum price drop % for this event can be set within the Klaviyo integration settings in the Swish app in your Shopify admin.</p></td></tr><tr><td>Custom Profile Attribute</td><td>LatestWishlistItems </td><td>The Item ID for the 10 most recently saved items in a customer's wishlist</td></tr><tr><td>Custom Profile Attribute</td><td>PrimaryWishlistId</td><td><p>A customer's unique Wishlist ID. </p><p></p><p>This can be appended to <code>storename.com/app/wishlist/PrimaryWishlistId</code> to share a public link to the customer's wishlist. </p></td></tr></tbody></table>

These events and profile attributes enable you to leverage the full power of Klaviyo, including email and SMS, to drive additional value from the Wishlist.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swish.app/integrations/klaviyo-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
