FREE LIVE WEBINAR · Tuesday, May 12 · 10:00 GMT

Migrate Make & Zapier to Pipedrive API v2 - with zero downtime or silent errors!

On July 31, 2026, Pipedrive retires a set of widely-used API v1 endpoints - the ones behind most Make scenarios and Zapier zaps. Updating the automations involves a lot of manual work - and failing to do so, or making one mistake along the way, will result in broken automations.

Our tool automates 90% of the migration, including the messy multi-call rewrites, so your automations keep running without interruption.

Want to see how easy it is? Join our live demo!

Tuesday, May 12 · 10:00 GMT
Save my seat - it's free
45 min · Live demo + Q&A
--
Days
--
Hours
--
Min
--
Sec
Automation workflow visualization with glowing nodes representing migrated scenarios
Zero downtime, end-to-end
Your automations keep running through the cutover
Pipedrive PartnerMake VerifiedZapier ExpertsEU-hostedTrusted by ops teams

The deprecation

A specific set of v1 endpoints is going away on July 31, 2026.

Pipedrive is not retiring all of API v1 - just the endpoints that now have direct v2 replacements: Deals, Persons, Organizations, Activities, Products, Pipelines, Stages and itemSearch. Those happen to be the endpoints behind the vast majority of Make scenarios and Zapier zaps in production today.

Selected v1 endpoints stop working

Pipedrive is deprecating the v1 endpoints for Deals, Persons, Organizations, Activities, Products, Pipelines, Stages and Search after July 31, 2026. The rest of v1 stays - but those are the ones almost every automation uses.

Hours per scenario, manually

Rewriting modules, remapping fields, retesting paths and filters. A typical agency or ops team has 50–500 scenarios and zaps to update.

No native upgrade path

Make and Zapier don't auto-upgrade Pipedrive modules. Every scenario and zap is a manual project - and a chance to introduce silent bugs.

Not all migrations are equal

Some migrations are simple. Others quietly eat days.

About half of the work is mechanical - swap one v1 module for its v2 equivalent. The other half is where teams burn time: a single v1 call has to be split into several v2 calls, with reshaped payloads, renamed fields, and new pagination. That's exactly where the tool earns its keep.

Simple

1 v1 action → 1 v2 action

A direct one-to-one replacement. Endpoint swap, light parameter rename, you're done. Annoying at scale, but each one only takes a few minutes - if you remember every spot to touch.

v1
GET /v1/deals/{id}
v2
GET /api/v2/deals/{id}
Complex

1 v1 action → several v2 actions

A single v1 call has to be split into multiple v2 calls, with reshaped data structures and renamed fields. Done by hand, each scenario like this is hours of careful work - and the easiest place to introduce a silent bug. The tool handles these end-to-end.

v1 - one call returns deal + nested data
GET /v1/deals/{id}/persons
v2 - split + reshape
GET /api/v2/persons?deal_id={id}
+ field remap + pagination wrapper

The tool

90% of the work, done automatically - without taking your automations offline.

Innovaty's migration tool takes a Make scenario or Zapier zap built on Pipedrive v1 and produces a v2-equivalent - including the complex cases where a single v1 call has to become several v2 calls. Used as designed, the cutover happens with no downtime on either Zapier or Make, so the business keeps running.

  • Handles simple and complex migrations
    One-to-one swaps and the multi-call, reshaped-payload rewrites - both done automatically.
  • Zero downtime cutover
    Worked properly with the tool, your Zapier zaps and Make scenarios stay live throughout the migration. The business never stops.
  • Review, test, ship
    You get a v2-ready scenario you can review, test, and turn on. The 10% that needs a human is clearly flagged.
live_migration.flow
v1 → v2
Legacy ScenarioPipedrive API v1Innovatyauto-migrateUpgraded ScenarioPipedrive API v2 ✓
auto
Endpoints rewritten
auto
Field & payload remap
zero
Downtime
90%
of migration work automated
0
minutes of automation downtime
58
deprecated endpoints - all need to be replaced
Hours → minutes
per complex scenario

Agenda

45 minutes. Two live demos. Zero fluff.

Tuesday, May 12 · 10:00 GMT
  1. 0:00
    What's actually changing in Pipedrive API v2
    A focused review of the deprecated v1 endpoints (Deals, Persons, Orgs, Activities, Products, Pipelines, Stages, itemSearch) and their v2 replacements - including the structural changes that affect Make and Zapier builders.
  2. 0:08
    Simple vs complex migrations
    Where it's a clean 1→1 swap, and where a single v1 action has to become several v2 actions with reshaped data - the cases that eat days when done by hand.
  3. 0:16
    Live demo: migrating a real Make scenario
    A 12-module scenario, including a complex multi-call rewrite, upgraded end-to-end in under 2 minutes.
  4. 0:26
    Live demo: migrating a multi-step Zapier zap
    Custom fields, filters and branching logic - rewritten with no break in service.
  5. 0:36
    Zero-downtime cutover playbook
    How to use the tool so your Zapier zaps and Make scenarios stay live throughout the migration - and the business never stops.
  6. 0:42
    Q&A with the team
    Bring your hardest scenario - we'll walk through it live.

Speakers

The people who built it.

Portrait of David Zisner
David Zisner

Automation veteran and Pipedrive Elite Partner who has architected hundreds of Make and Zapier builds. Leads the migration tool's product direction.

Portrait of Shay Goldin
Shay Goldin

15 years in business automation, hundreds of client projects shipped. Built the engine that powers the Pipedrive v2 migrations.

Register

Don't migrate by hand. Watch us automate it.

Tuesday, May 12 · 10:00 GMT

Reserve your spot for the live session. You'll leave knowing exactly what changes in v2, how to handle the complex multi-call migrations, and how to cut over with zero downtime.

  • Live walkthrough of the migration tool
  • Real before/after on Make and Zapier - including a complex case
  • Zero-downtime cutover playbook
  • Recording sent to all registrants
LIMITED TO 200 LIVE SEATS

Reserve your seat

Can't make it live? Register and we'll send you the recording.

FAQ

Quick answers

Is all of Pipedrive API v1 being deprecated?+

No. Pipedrive is deprecating a specific set of v1 endpoints that now have direct v2 replacements - Deals, Persons, Organizations, Activities, Products, Pipelines, Stages and itemSearch. They remain available until July 31, 2026; after that, availability and functionality are no longer guaranteed.

Will my Make scenarios and Zapier zaps go down during the migration?+

Not when the tool is used as designed. The cutover is built so your existing v1-based automations keep running until the v2 versions are tested and switched on - zero downtime on either Zapier or Make.

Does the tool handle the complex multi-call migrations?+

Yes - that's the main reason it exists. When a single v1 call has to be split into several v2 calls with reshaped payloads and renamed fields, the tool produces the new flow automatically.

Does the tool work for both Make and Zapier?+

Yes. We support Make scenarios and Zapier zaps, including custom fields, filters, paths, and multi-step flows.

What about workflows the tool can't handle?+

The tool flags anything it can't auto-rewrite and tells you exactly what needs manual attention - typically under 10% of the work.

Will the recording be available?+

Yes - register and we'll email you the recording even if you can't make it live.