Skip to main content

Drip

Introduction

The Drip source connector connects to the Drip REST API.

This connector is currently in development:

  • Authentication (credential validation) is implemented.
  • Schema discovery returns an empty catalog.
  • Data extraction is not yet available.

Setup

Prerequisites

  • A Drip account
  • A Drip API token

Create an API token in Drip

In Drip, generate an API token (sometimes referred to as a “personal API token”). Keep it secure—this token grants API access to your account.

Authentication

This connector authenticates to Drip using HTTP Basic Auth:

  • Username: your Drip API token
  • Password: empty

During connection setup, the connector validates credentials by calling:

  • GET https://api.getdrip.com/v2/accounts

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Drip API token used for HTTP Basic authentication.

Streams

No streams are currently exposed. Catalog discovery returns an empty catalog, and extraction is not yet implemented.

Limitations

  • No extraction yet: runs will fail with “Drip extraction is still in development”.
  • No discovered schema: the connector does not currently return any streams during discovery.