MySQL and Pipedrive: how to create two way data sync
Machine-readable: Markdown · JSON API · Site index
Описание видео
↔️ In this video, we learn how to quickly create a two way sync between MySQL and Pipedrive with n8n. Our workflow will create new records in one source if it only exists in the other. Where matching records have different data it will sync the most recently updated version.
We have used MySQL and Pipedrive in this example, but you could use this workflow with any CRM (e.g. Hubspot, Salesforce) and database (e.g. Postgres, MongoDB, Airtable)
👉 Get the workflow free here: [https://n8n.io/workflows/1333-two-way-sync-between-pipedrive-and-hubspot/](https://n8n.io/workflows/1822-two-way-sync-pipedrive-and-mysql/)
👉 See what other CRMs and databases you can connect via n8n here: [https://n8n.io/integrations/](https://n8n.io/integrations/)
0:00 - Intro
0:30 - Setup
1:22 - Walkthrough of workflow
2:54 - Compare dataset node
4:03 - Create contacts in MySQL database
5:09 - Create contacts in Pipedrive
6:20 - Data item change
7:14 - IF ode
8:40 - Expressions
9:50 - Date & Time node
10:37 - If updated on Node
11:38 - Set node to merge data
13:00 - Update MySQL node
14:08 - Update data in Pipedrive
16:10 - Activate the workflow