HubSpot ​
Manage contacts, deals, and companies through the HubSpot CRM API.
| Detail | Value |
|---|---|
| Category | CRM |
| Base URL | https://api.hubapi.com |
| Authentication | Bearer Token |
| Endpoints | 7 |
| Connector key | hubspot |
Using HubSpot in a workflow ​
- Go to Connections and click New Connection.
- Pick HubSpot from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /crm/v3/objects/contacts | List contacts |
| POST /crm/v3/objects/contacts | Create a contact |
| GET /crm/v3/objects/contacts/{contactId} | Get a contact by ID |
| GET /crm/v3/objects/deals | List deals |
| POST /crm/v3/objects/deals | Create a deal |
| GET /crm/v3/objects/companies | List companies |
| POST /crm/v3/objects/companies | Create a company |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.