> For the complete documentation index, see [llms.txt](https://help.blings.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blings.io/app/testing-previewing-sharing/send-test-emails.md).

# Send Test Emails

Sending yourself a test email helps you verify that merge tags, thumbnails and links appear correctly before you go live.

## Step-by-Step Guide

{% stepper %}
{% step %}

#### Step 1: Generate the personalized link

In the share panel, create the link with data fields (e.g., `?first_name={{ contact.firstname }}`).
{% endstep %}

{% step %}

#### Step 2: Insert into your email tool

Paste the link into a button or image block in your email template.
{% endstep %}

{% step %}

#### Step 3: Send a test

Use your email platform's test function to send the email to yourself or a small group. Enter sample values to simulate personalization.
{% endstep %}

{% step %}

#### Step 4: Check personalization

Open the email, confirm the text shows the correct name and details, and click the video link to ensure it plays as expected.
{% endstep %}

{% step %}

#### Step 5: Verify analytics

Check your Blings analytics dashboard to see if the test view registered.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
For dynamic thumbnails, generate a GIF that looks like a playing video. This can increase click‑through rates.
{% endhint %}

Need CRM‑specific instructions? See [Integrations & CRM Guides](/app/integrations-crm-guides.md).


---

# 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://help.blings.io/app/testing-previewing-sharing/send-test-emails.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.
