The Pipedrive Reverse ETL sync enables streaming data from a user determined warehouse to the Pipedrive platform in an automated manner.
Learn more about Pipedrive api documentation here.
This sync can be used to upload deals data from a user specified data warehouse to the Pipedrive platform.
This sync can be used to upload data pertaining to leads from a user specified data warehouse to the Pipedrive Platform.
This sync can be used to upload data pertaining to companies from a user specified data warehouse to the Pipedrive Platform..
This sync can be used to upload data pertaining to persons from a user specified data warehouse to the Pipedrive Platform.
This sync can be used to upload data pertaining to products from a user specified data warehouse to the Pipedrive Platform.
This sync can be used to upload data pertaining to notes from a user specified data warehouse to the Pipedrive Platform.
Learn more about available syncs here.
MySQL to Pipedrive
1. Setup a Data Warehouse - Go to Data Warehouses Tab and add a MySQL Warehouse.
2. Setup a Data Model - Navigate to Data Models tab and click on Create New. Name your Data Model and select your data warehouse from the drop down. Write a SQL query to fetch data from your warehouse.
(Eg. Select * from Schema_Name.Table_Name)
*A simple “select” statement will work, although you can write complex SQL queries in the data model field itself or use our no-code segment builder to filter your data without writing complex SQL Queries.
3. Configure your Data Destination - Navigate to Destinations tab and select Pipedrive.
Click on “+Data Sync ” to start adding Data Syncs to your account.