For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hubspot Configuration

Field
Description
Why It Is Required for HubSpot Integration
Example Value

Web Service URL

The base URL of the HubSpot REST API endpoint that the connector will communicate with.

The integration requires the HubSpot API endpoint to send and retrieve data such as Contacts, Companies, Deals, Products, and Tickets. Without the API URL, the connector will not know where to make requests.

https://api.hubapi.com

API Key (Preferably Access Token in HubSpot)

Authentication credential used to authorize requests to HubSpot APIs.

HubSpot no longer supports API Keys for most integrations and recommends using a Private App Access Token. This token validates the identity of the connector and grants access to HubSpot objects based on assigned scopes.

pat-na1-xxxxxxxxxxxxxxxxxxxx

Object

The HubSpot CRM object that will participate in the synchronization process.

The integration needs to know which object to create, update, or fetch from HubSpot. Different APIs are invoked depending on the selected object.

contacts, companies, deals, products, tickets

Last updated