Breadcrumbs

How to Connect with HubSpot

Authentication

To establish a connection to HubSpot, utilize the "Bearer Token" authentication method within the data source configuration of type "URL / REST," and input your HubSpot Access Token.

Acquiring the HubSpot Access Token

Begin by creating a Private App on HubSpot. A comprehensive guide is available here.

When selecting scopes, only provide Read access to the relevant areas for the app.

Screenshot 2024-03-22 at 10.41.47.png

Data Source Configuration

Below is an example illustrating how to configure a data source that retrieves contacts using the HubSpot API and the Access Token.

Screenshot 2024-03-22 at 10.45.14.png

Type: URL / REST

URL: https://api.hubapi.com/crm/v3/objects/contacts

For more detailed information about endpoints, refer to the HubSpot API Documentation.

Authentication: Bearer Token

Token: Retrieve and copy the Access Token from your configuration of your HubSpot Private App.

Screenshot 2024-03-22 at 10.43.19.png

Save and test the data source to ensure proper functionality.