# Pipedrive

> "From prospecting to deals—video makes every message memorable."

{% stepper %}
{% step %}
In Blings, choose Pipedrive in the CRM menu.
{% endstep %}

{% step %}
Map to smart fields, e.g., `{{Person First Name}}`, `{{Deal Title}}`.
{% endstep %}

{% step %}
Paste link or HTML code in Pipedrive campaign or direct email.
{% endstep %}

{% step %}
Test with your own contact card.
{% endstep %}
{% endstepper %}

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

| Method                               | Pipedrive Email/Campaigns Location                                                                               | CRM Help                                                                                  |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| **Video Link (URL)**                 | In the email composer, highlight text or select Button/Image → **Insert Link** dialog → paste Blings PURL        | <https://support.pipedrive.com/hc/en-us/articles/208457946-Email-templates>               |
| **Visual Placeholder (HTML banner)** | In Campaigns editor, add **Code** block (\</>) or open **Source code** view → paste the HTML snippet from Blings | <https://support.pipedrive.com/hc/en-us/articles/6977971255065-Work-with-the-code-editor> |

<table data-view="cards"><thead><tr><th>Common Use Case</th><th>Field Mapping</th><th>Example</th></tr></thead><tbody><tr><td>Prospecting</td><td>Name</td><td><code>{{Person First Name}}</code></td></tr><tr><td>Deal update</td><td>Deal</td><td><code>{{Deal Title}}</code></td></tr></tbody></table>

**Official Resources:**

* [Pipedrive: Placeholders in Email Templates](https://support.pipedrive.com/hc/en-us/articles/360001337425)


---

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