Skip to main content

Pipedrive

In one line: Connect Pipedrive so your UnleashX agent can find and update deals, manage contacts and organizations, log activities and notes, and keep your pipeline moving — all in plain language.

1. Overview

Pipedrive is a sales-focused CRM built around your pipeline. It’s the system of record for deals, the people and organizations behind them, and the activities and notes that move each deal forward. Once connected to UnleashX, your agent can find and update deals, move them between stages, create and update persons and organizations, schedule activities, add notes, and search across your CRM. It works against your live Pipedrive account using your personal API token, so it acts with your own permissions. Connecting Pipedrive to UnleashX means your CRM updates itself as you talk. Instead of opening Pipedrive to log a call or advance a deal, you tell your agent and it makes the change — keeping the pipeline current without manual data entry.

2. What you’ll need

  • A Pipedrive account.
  • Your personal API token (see Section 3).
  • An UnleashX account with access to Data Connectors.
You paste a personal API token. UnleashX sends it to the Pipedrive API on each request.
Your token acts with your Pipedrive permissions. If your user can’t see or edit certain deals or fields, the agent can’t either.

3. Get your credentials

Pipedrive MCP authenticates with your personal API token — a single secret string tied to your Pipedrive user. Unlike most connectors, you don’t create it: Pipedrive generates one for you automatically, and you simply copy the existing value.

Step-by-step

1

Sign in to Pipedrive

Go to your Pipedrive account (https://<your-company>.pipedrive.com) and sign in with the user whose permissions you want the agent to act with.
2

Open your profile menu

Click your profile avatar in the top-right corner of the toolbar to open the account menu.
3

Go to Personal preferences

Select Personal preferences. You’ll land on Settings → Personal preferences, with a MY ACCOUNT list down the left (Personal preferences, Password and login, Email sync, Contact sync, Calendar sync, and so on).
4

Open the API tab

At the top of the Personal preferences page there are three tabs: Account, Your companies, and API.Click API. The page heading changes to API, and you’ll see a Your personal API token field.The API tab in Pipedrive Personal preferences, showing your personal API token
5

Copy your token

Your token is already there, partially masked. Click the green Copy button to the right of the field to copy the full value to your clipboard.You don’t need to generate anything — the existing token works straight away.
6

Paste it into UnleashX

Head to Data Connectors → Pipedrive in UnleashX and paste the token (full walkthrough in Section 4). UnleashX validates it on save, so you’ll know immediately if it pasted correctly.

Good to know

Your token doesn’t expire and can be viewed again any time. Unlike connectors that reveal a secret only once, Pipedrive keeps your personal API token on this page permanently — so if you lose it, just come back to Personal preferences → API and copy it again.
“Generate new token” replaces your existing token. The button below the field creates a fresh token and immediately invalidates the old one.Only click it if your token has leaked. Anything already using the old token — UnleashX, scripts, other integrations — will start returning 401 Unauthorized until you update each one with the new value.
As Pipedrive itself notes on this page: keep your API token secure, as it can be used to access your data in Pipedrive. The token carries your full user permissions — anyone holding it can read and modify every deal, contact, and organization you can. Never commit it to git or share it in chat.
Because the token is tied to your individual user, the agent inherits your visibility and edit rights. For a shared or automated setup, consider creating a dedicated Pipedrive user with exactly the permissions the agent should have, and connect using that user’s token instead of your own.

Permissions this token grants UnleashX

4. Connect on UnleashX

1

Open your agent

Go to https://www.tryunleashx.com and open the agent you want to connect.
2

Open Data Connectors

Inside the agent, go to Data Connectors.
3

Find Pipedrive

Locate Pipedrive and click Connect (or Add / Configure).
4

Paste your token

Paste your personal API token and click Connect.
5

Confirm success

UnleashX validates the token and the Pipedrive connector shows a Connected badge.

Use Pipedrive in a Workflow

Once connected, you can add Pipedrive to any automation from the Workflows builder. Its triggers and tools appear in the Apps panel, marked with an MCP badge.
1

Add a trigger or action node

Open Workflows → New Workflow. On the canvas, click + Add Trigger (or the + below any node) to add a step.Add a trigger on the workflow canvas
2

Pick Pipedrive from the Apps panel

In the Paths panel, open the Apps tab and select Pipedrive. Use the search box if you have many connectors.Choose your app from the Apps list
3

Choose a trigger or tool

Pick the trigger or action you want (for example, “deal updated”). Configure its fields — required fields are marked with a red asterisk (*).
4

Add or select your account

Under Selected account, choose an already-connected account, or click Add Account to connect one now.
5

Save and test

Fill in the remaining fields and click Save. Use Test to verify the step, then toggle Publish when the workflow is ready.
The steps are the same for every connector. For the full workflow builder guide, see Using MCP in Workflows.

5. Available tools

6. Example usage

“Create a deal for Acme Corp worth $12,000 in the Sales pipeline and schedule a follow-up call for Friday.” → Runs Create Deal to add the deal, then Create Activity to schedule the call. “Move the Globex deal to Negotiation and add a note about the new pricing.” → Runs Search Deals to find it, Update Deal to change the stage, and Add Note for the pricing detail.

7. Permissions & data access

UnleashX can:
  • Read, search, and list deals, persons, organizations, activities, and notes.
  • Create and update deals, contacts, organizations, activities, and leads.
  • Move deals between stages and add notes.
  • Delete records where your permissions allow (marked ⚠️).
UnleashX cannot:
  • Do anything your Pipedrive user permissions don’t allow.
  • Change your Pipedrive account or billing settings.
To disconnect: In UnleashX, open Data Connectors → Pipedrive → Disconnect. You can regenerate your token in Pipedrive under Personal preferences → API to invalidate the old one. Disconnecting removes access immediately.

8. Troubleshooting

For general MCP issues, see /mcp/integrations.

9. Frequently asked questions

Is my CRM data stored by UnleashX? No. UnleashX reads and writes live through the Pipedrive API per request; it doesn’t keep a copy. Can the agent delete deals? Yes — tools marked ⚠️ make permanent changes and only work if your permissions allow it. Use them deliberately. Can multiple team members connect Pipedrive? Yes. Each person uses their own personal API token, so the agent acts with that user’s permissions.

10. References