> ## 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.

# Pipedrive

## Required Scopes

To configure a Sync for Pipedrive, you need to request the following scopes from your Pipedrive OAuth application:

**Contacts and Companies:**

* `contacts:read`

**Deals:**

* `deals:read`

Learn more about configuring scopes for your app in [Adding Integrations](/getting-started/adding-an-integration#create-a-developer-app).

## Synced Objects

Pipedrive supports the following Synced Objects:

* [Contacts](/managed-sync/api/contact-schema)
* [Companies](/managed-sync/api/company-schema)
* [Deals](/managed-sync/api/deal-schema)

## Contacts

### Sync Configuration Options

```json Example theme={null}
{
    "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](/managed-sync/api/company-schema) schema.

### Sync Configuration Options

```json Example theme={null}
{
    "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

```json Example theme={null}
{
    "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.
