π Quickstart
Connect to Hubspot with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Hubspot.
Authorize Hubspot
Go to Connections -> Add Test Connection -> Authorize, then log in to Hubspot. Later, youβll let your users do the same directly from your app.
Call the Hubspot API
Letβs make your first request to the Hubspot API (fetch a list of contacts). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Hubspot Integration Guides
Nango maintained guides for common use cases.- How to register your own Hubspot OAuth app
Register an OAuth app with Hubspot and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Hubspot
Enable them in your dashboard. Extend and customize to fit your needs.Companies
| Function name | Description | Type | Source code |
|---|---|---|---|
companies | Sync companies from HubSpot CRM | Sync | π Github |
Contacts
| Function name | Description | Type | Source code |
|---|---|---|---|
contacts | Sync contacts | Sync | π Github |
Deals
| Function name | Description | Type | Source code |
|---|---|---|---|
deals | Sync deals with amount, close date, stage, owner, description, and associated companies and contacts | Sync | π Github |
Marketing Emails
| Function name | Description | Type | Source code |
|---|---|---|---|
marketing-emails | Sync marketing emails from HubSpot | Sync | π Github |
Owners
| Function name | Description | Type | Source code |
|---|---|---|---|
owners | Sync HubSpot owners with names, email, user IDs, and archive status | Sync | π Github |
Products
| Function name | Description | Type | Source code |
|---|---|---|---|
products | Sync product records with pricing, SKU, quantity, and billing details | Sync | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
tasks | Sync tasks with type, title, priority, assignee, due date, notes, and related contacts, companies, and deals | Sync | π Github |
Tickets
| Function name | Description | Type | Source code |
|---|---|---|---|
service-tickets | Sync service tickets with subject, content, owner, pipeline, stage, category, and priority | Sync | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
users | Sync provisioned users with role IDs, primary team, and admin status | Sync | π Github |