Skip to main content

HubSpot ( Real-Time )

This connector captures data from HubSpot into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-hubspot-native:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported HubSpot Resources

The connector automatically discovers bindings for the following HubSpot resources:

Prerequisites

OAuth2 is used to authenticate the connector with HubSpot. A HubSpot account is required for the OAuth2 authentication process.

Configuration

You configure connectors either in the Flow web app, or by directly editing the catalog specification file. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the HubSpot Real-Time connector.

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/credentialsCredentialsOAuth2 credentialsobjectRequired
/credentials/credentials_titleCredentialsName of the credentials setstringRequired, "OAuth Credentials"
/credentials/client_idOAuth Client IDThe OAuth app's client ID.stringRequired
/credentials/client_secretOAuth Client SecretThe OAuth app's client secret.stringRequired
/credentials/refresh_tokenRefresh TokenThe refresh token received from the OAuth app.stringRequired

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameData resourceName of the data resource.stringRequired
/intervalIntervalInterval between data syncsstring

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-hubspot-native:dev
config:
client_id: <secret>
client_secret: <secret>
credentials_title: OAuth Credentials
refresh_token: <secret>
bindings:
- resource:
name: companies
target: ${PREFIX}/${COLLECTION_NAME}