Skip to main content

Pipedrive (Source)

Overview

The Pipedrive source connector connects to the Pipedrive REST API using an API token.

Status

This connector is currently in development:

  • Authentication (credential validation) is implemented.
  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet available.

Setup

Prerequisites

  • A Pipedrive account
  • A Pipedrive API token

Get your Pipedrive API token

In Pipedrive, generate or locate your API token in your user settings (Pipedrive UI). You’ll use this token to authenticate API requests.

Authentication

This connector authenticates using:

  • API token (passed to Pipedrive as the api_token query parameter)

During connection setup, the connector validates credentials by calling:

  • GET https://api.pipedrive.com/v1/users/me?api_token=...

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_tokenstringYesYour Pipedrive API token.

Streams

No streams are currently exposed.

Limitations

  • No extraction yet: Runs will fail with “Pipedrive extraction is still in development”.
  • No catalog yet: Schema discovery currently returns an empty catalog.