1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/hubspot.md
2021-01-17 07:32:24 +11:00

1.5 KiB

Hubspot

Overview

The Hubspot connector can be used to sync your Hubspot data. It supports full refresh and incremental sync. It is based on the Singer Hubspot Tap.

Output schema

Several output streams are available from this source (campaigns, contacts, deals, etc.) For a comprehensive output schema look at the Singer tap schema files.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes
Replicate Incremental Deletes Coming soon
SSL connection Yes

Performance considerations

The connector is restricted by normal Hubspot rate limitations.

Getting started

Requirements

  • Hubspot Account
  • Api credentials

Setup guide

*There are two ways of performing auth with hubspot (api key and oauth):

  • For api key auth, in Hubspot, for the account to go settings -> integrations (under the account banner) -> api key. If you already have an api key you can use that. Otherwise generated a new one.
    • Note: The Hubspot docs recommends that api key auth is only used for testing purposes.
  • For oauth follow the oauth instruction in Hubspot to get client_id, client_secret, redirect_uri, and refresh_token.