HubSpot
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | ✅ |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | ✅ |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
Companies
Companies
Contacts
Contacts
Deals
Deals
Owners
Owners
Endpoint | Description | Readme |
---|---|---|
GET /owners | Fetches a list of owners from Hubspot | 🔗 |
Pipelines
Pipelines
Endpoint | Description | Readme |
---|---|---|
GET /pipelines | Fetch all pipelines for an object type. Defaults to deals | 🔗 |
Products
Products
Endpoint | Description | Readme |
---|---|---|
GET /products | Fetches a list of products from Hubspot | 🔗 |
Properties
Properties
Roles
Roles
Tasks
Tasks
Users
Users
Others
Others
Endpoint | Description | Readme |
---|---|---|
GET /account-information | Fetch the account information from Hubspot | 🔗 |
GET /custom-objects | Fetch custom objects in Hubspot. Requires Hubspot enterprise | 🔗 |
POST /note | Creates a single note in Hubspot | 🔗 |
GET /service-tickets | Fetches a list of service tickets from Hubspot | 🔗 |
GET /knowledge-base | Fetches a list of knowledge base from Hubspot | 🔗 |
GET /currency-codes | Fetch hubspot deals | 🔗 |
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup here. |
Paid test account | ✅ Not required | Create free Enterprise account for testing from your developer account. |
Partnership | ✅ Not required | |
App review | ✅ Not required | Only required for marketplace listing, not for integration distribution. |
Security audit | ✅ Not required |
Setup guide
Create a developer account
Go to Hubspot’s developer signup page and create an account.
Create & configure a Hubspot app
Start creating a Hubspot app by clicking on the Create app button.
In the Auth tab, configure the following Redirect URL: https://api.nango.dev/oauth/callback
.
Create the Hubspot app. In the Auth tab, copy/paste the Client ID
and Client secret
, you will need to specify it in Nango later on.
Set up the OAuth scopes
Still in the Auth tab, add the scopes that are relevant to how you want to consume the Hubspot API. Copy/paste the list of scopes, you will need to specify it in Nango later on.
Create a Hubspot test account
If you don’t have a Hubspot account already, create one to test your integration.
Next
Follow the Quickstart.
Useful links
API gotchas
No reported gotchas yet