# Zoho

> "Every sales touchpoint, now with video."

{% stepper %}
{% step %}

#### Create your video in Blings.

{% endstep %}

{% step %}

#### Connect to Zoho CRM.

{% endstep %}

{% step %}

#### Map placeholders

`${Contacts.First Name}` etc.
{% endstep %}

{% step %}

#### Example link

`https://app.blings.io/embed?name=${Contacts.First Name}`
{% endstep %}

{% step %}

#### Paste in Zoho email template.

{% endstep %}

{% step %}

#### Send mass email or workflow alert.

{% endstep %}
{% endstepper %}

**Embed Options – Video Link vs Visual Placeholder**

| Method                               | Zoho Email Template Builder Location                                            | CRM Help                                                                                                      |
| ------------------------------------ | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| **Video Link (URL)**                 | Select text/image → **Insert Link** tool or URL field                           | <https://help.zoho.com/portal/en/kb/crm/customization/templates/articles/manage-email-templates#Insert_Links> |
| **Visual Placeholder (HTML banner)** | Switch to **HTML** mode or choose **HTML** template type → paste Blings snippet | <https://help.zoho.com/portal/en/kb/crm/customization/templates/articles/html-email-templates>                |

<details>

<summary>Tip</summary>

Use 'Insert Placeholder' for perfect syntax—never type manually.

</details>

{% hint style="info" %}
Always send a test to your own contact first!
{% endhint %}

**Official Resources:**

* [Zoho CRM: Merge Fields in Email Templates](https://help.zoho.com/portal/en/kb/crm/customization/templates/articles/merge-fields-in-email-templates)


---

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