# Klaviyo Integration Guide

### Step 1: Finding Personalization Tags

1. Open any campaign or flow email.
2. Click to edit any text block.
3. Click the **Personalization** icon in the formatting bar.
4. Choose the field you want (e.g., First Name, City, Custom Property).
5. Klaviyo will insert the token to the text block. For example: `{{first_name}}` or `{{ person.City }}`.&#x20;

<figure><img src="https://278917132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxrxyfzbizileAzehkkZ5%2Fuploads%2F5ZvoQzUd5fJyLYpQD0lr%2FKlaviyo%20Gif.gif?alt=media&#x26;token=c4d1a547-17b1-4c41-b905-b3bc74e9deeb" alt=""><figcaption></figcaption></figure>

6. Copy the token and paste it into the relevant **variable field** in the Blings **Connect** page

### Step 2: Adding the Video link

Once the relevant tokens have been added, **copy the video link** \
and paste it into any clickable element (e.g., image or button) of your Klaviyo email campaign.&#x20;

<div align="left" data-with-frame="true"><figure><img src="https://278917132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxrxyfzbizileAzehkkZ5%2Fuploads%2F6fYxdqllxDrQhKepwEQN%2Fimage.png?alt=media&#x26;token=67724408-0b43-4eb2-8dd2-85cf9ee990cf" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
[Get more from your video: Tips for a higher-performing email](https://help.blings.io/integrations-crm-guides/turn-your-video-link-into-a-high-performing-email)
{% endhint %}

For more info, see [Klaviyo’s guide](https://help.klaviyo.com/hc/en-us/articles/18986347580827)

<details>

<summary>Pro tip</summary>

Use filters, Such as `|default:'Friend'` to avoid blanks. (see: Klaviyo's [filters reference](https://developers.klaviyo.com/en/docs/glossary_of_variable_filters))

</details>

**Official Resources:**

* [Klaviyo: How to add personalization to your messages](https://help.klaviyo.com/hc/en-us/articles/18986347580827)
* [Klaviyo: Message personalization reference](https://help.klaviyo.com/hc/en-us/articles/4408802648731)
* [Klaviyo: How to add a first name to an email, SMS, or push message](https://help.klaviyo.com/hc/en-us/articles/11613154130843)
* [Klaviyo: How to insert personalization into text blocks](https://help.klaviyo.com/hc/en-us/articles/4408810654235)


---

# Agent Instructions: 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:

```
GET https://help.blings.io/integrations-crm-guides/klaviyo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
