Search results

Pipedrive

Pipedrive is a cloud-based sales Customer Relationship Management (CRM) tool designed to help businesses manage leads and deals, track communication, and automate sales processes.

Grab API Token

To obtain the API token for Pipedrive, follow these steps:

  1. Set up a Pipedrive account.
  2. In Pipedrive, go to your name (in the top right corner).
  3. Select company settings.
  4. Go to personal preferences.
  5. Select the API tab.
  6. Copy your API token.

Connection Properties

The config section in a YAML file includes the following properties:

Connectorname: Pipedrive
Pipedrive_api_key: Pipedrive API key

Example Configuration

version: 1
encrypt_credentials: false
plugins:
  extractors:
    - name: Pipedrive_data
      connectorname: Pipedrive
      config:
        pipedrive_api_key: <PIPEDRIVE API KEY>
      select:
        - TABLE1
        - TABLE2
      properties:
        since_timestamp: <SINCE TIME STAMP>