# Mailchimp Integration Guide

### Step 1: **finding merge tags**&#x20;

Map the dynamic variables you need in the video to Mailchimp merge tags.

* Example: Name → `*|FNAME|*`&#x20;
* Other common fields you may use&#x20;

  * Last name: `*|LNAME|*`&#x20;
  * Any custom audience field: use its merge tag (for example `*|LOYALTY_TIER|*`).&#x20;
  * For unique per-contact links, create a field and a merge tag, then put it into your URL ([link](https://mailchimp.com/developer/marketing/docs/merge-fields/))
  * Set Default Merge Values ([link](https://mailchimp.com/help/set-default-merge-values/))

<figure><img src="/files/ZPPDWIZR8b19qBqzPvHQ" alt=""><figcaption></figcaption></figure>

* Copy Blings' **Video link,** Example `://app.blings.io/abc?name=*|FNAME|*`

<div align="left" data-with-frame="true"><figure><img src="/files/xTeqTqQ1CLihmCZyvm6W" alt=""><figcaption></figcaption></figure></div>

### 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 Mailchimp email campaign.&#x20;

<details>

<summary>Pro Tip</summary>

Use audience segments and Blings video events to trigger follow-up campaigns.

</details>

**Official Resources:**

* [Mailchimp: Merge Tag Cheat Sheet](https://mailchimp.com/help/all-the-merge-tags-cheat-sheet/)
* [Getting started with merge tags](https://mailchimp.com/help/getting-started-with-merge-tags/)&#x20;
* [Preview and test (enable live merge tag info)](https://mailchimp.com/help/preview-and-test-your-email-campaign/).&#x20;
* [Add a link in a campaign](https://mailchimp.com/help/add-a-link-in-a-campaign/)
* [Set default merge values for an audience](https://mailchimp.com/help/set-default-merge-values/).&#x20;
* [Create unique URLs for subscribers](https://mailchimp.com/help/create-unique-urls-for-subscribers/)


---

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