Guides / Integrations / Pipedrive
Integration desk

n8n × Pipedrive Error Desk

6 exact-error fixes for n8n + Pipedrive automations in production. No broad tutorials — only the failure modes that break a live sync.

Data Sync

Illustrated flow showing an n8n workflow searching Pipedrive for an existing deal before creating a new one to prevent duplicates.
Data Sync10 min

Pipedrive duplicate deal prevention

Pipedrive has no built-in duplicate-deal blocking like Salesforce's Duplicate Rules — here's the search-then-branch pattern that actually stops repeat automations from creating the same deal twice.

Open fix →

Field Mapping

Comparison graphic showing a plain email string stored as [object Object] versus the array-of-objects shape (value, primary, label) Pipedrive expects from n8n.
Field Mapping10 min

Pipedrive person email/phone format in n8n

Pipedrive's Persons API expects email and phone as an array of objects with value, primary, and label. Sending a plain string, or letting n8n stringify an object, saves [object Object] or drops the value. Build the array explicitly.

Open fix →

Platform Change

Illustrated diagram showing n8n workflows migrating from the deprecated Pipedrive API v1 to the current API v2 node.
Platform Change13 min

Pipedrive API v1 deprecation in n8n

Pipedrive shut down API v1 endpoints on July 31, 2026. Here's exactly which n8n Pipedrive node resources were affected, which n8n version fixes it, and what changes in your workflows.

Open fix →

Triggers & Webhooks