The Pipedrive connector can be used to sync your Pipedrive data. It supports full refresh sync for Deals, Leads, Activities, ActivityFields, Persons, Pipelines, Stages, Users streams and incremental sync for Activities, Deals, Persons, Pipelines, Stages, Users streams.
There was a priority to include at least a single stream of each stream type which is present on Pipedrive, so the list of the supported streams is meant to be easily extendable. By the way, we can only support incremental stream support for the streams listed there.
Several output streams are available from this source:
-
retrieved by getRecents (incremental)
-
retrieved by getRecents (incremental)
-
retrieved by getRecents (incremental)
-
retrieved by getRecents (incremental)
-
retrieved by getRecents (incremental)
-
retrieved by getRecents (incremental)
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Yes |
Replicate Incremental Deletes | No |
SSL connection | Yes |
Namespaces | No |
The Pipedrive connector will gracefully handle rate limits. For more information, see the Pipedrive docs for rate limitations.
- Pipedrive Account with wright to generate API Token
This connector supports only authentication with API Token. To obtain API Token follow the instructions below:
-
Click Manage users from the left-side menu.
-
Click on the Permission sets tab.
-
Choose the set where the user (who needs the API enabled) belongs to.
-
Lastly, click on "use API" on the right-hand side section (you need to scroll down a bit).
Now all users who belong in the set that has the API enabled can find their API token under
Settings > Personal Preferences > API in their Pipedrive web app.
See Enabling API for company users for more info.
- Account name (on the top right)
- Company settings
- Personal preferences
- API
- Copy API Token
See How to find the API token for more info.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.9 | 2021-12-07 | 8582 | Update connector fields title/description |
0.1.8 | 2021-11-16 | 7875 | Extend schema for "persons" stream |
0.1.7 | 2021-11-15 | 7968 | Update oAuth flow config |
0.1.6 | 2021-10-05 | 6821 | Add OAuth support |
0.1.5 | 2021-09-27 | 6441 | Fix normalization error |
0.1.4 | 2021-08-26 | 5943 | Add organizations stream |
0.1.3 | 2021-08-26 | 5642 | Remove date-time from deals stream |
0.1.2 | 2021-07-23 | 4912 | Update money type to support floating point |
0.1.1 | 2021-07-19 | 4686 | Update spec.json |
0.1.0 | 2021-07-19 | 4686 | Release Pipedrive connector! |