Documentation Index
Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
Use this file to discover all available pages before exploring further.
Required Scopes
To configure a Sync for Pipedrive, you need to request the following scopes from your Pipedrive OAuth application:
Contacts and Companies:
Deals:
Learn more about configuring scopes for your app in Adding Integrations.
Synced Objects
Pipedrive supports the following Synced Objects:
Sync Configuration Options
{
"integration": "pipedrive",
"pipeline": "contacts",
"configuration": {}
}
Pipedrive contacts sync does not require any additional configuration options. The sync will ingest all available contacts from the user’s Pipedrive account.
Companies
This Sync will pull Organizations from Pipedrive to map to the standard Company schema.
Sync Configuration Options
{
"integration": "pipedrive",
"pipeline": "companies",
"configuration": {}
}
Pipedrive companies sync does not require any additional configuration options. The sync will ingest all available organizations from the user’s Pipedrive account.
Deals
Sync Configuration Options
{
"integration": "pipedrive",
"pipeline": "deals",
"configuration": {}
}
Pipedrive deals sync does not require any additional configuration options. The sync will ingest all available deals from the user’s Pipedrive account.