# 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](/integrations-crm-guides.md).


---

# 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/testing-previewing-sharing/send-test-emails.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.
