Skip to main content

Drift

Overview

The Drift source supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncComing soon
Replicate Incremental DeletesComing soon
SSL connectionYes
NamespacesNo

Performance considerations

The Drift connector should not run into Drift API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • A Drift API token linked to a Drift App with the following scopes:
    • conversation_read to access Conversions
    • user_read to access Users
    • account_read to access Accounts

Setup guide

Authenticate using Access Token

  • Follow Drift's Setting Things Up guide for a more detailed description of how to obtain the API token.

Authenticate using OAuth2.0

  1. Select OAuth2.0 from Authorization Method dropdown
  2. Click on Authenticate your Drift account
  3. Proceed the authentication in order to obtain the access_token

Reference

Config fields reference

Field
Type
Property name
string
email
object
credentials

CHANGELOG

VersionDatePull RequestSubject
0.3.02023-08-0529121Migrate Python CDK to Low Code CDK
0.2.72023-06-0927202Remove authSpecification in favour of advancedAuth in specification
0.2.62023-03-0723810Prepare for cloud
0.2.52021-12-148429Updated titles and descriptions
0.2.32021-10-257337Added support of OAuth 2.0 authorisation option
0.2.32021-10-277247Migrate to the CDK