Skip to content

HubSpot ​

Manage contacts, deals, and companies through the HubSpot CRM API.

DetailValue
CategoryCRM
Base URLhttps://api.hubapi.com
AuthenticationBearer Token
Endpoints7
Connector keyhubspot

Using HubSpot in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick HubSpot from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /crm/v3/objects/contactsList contacts
POST /crm/v3/objects/contactsCreate a contact
GET /crm/v3/objects/contacts/{contactId}Get a contact by ID
GET /crm/v3/objects/dealsList deals
POST /crm/v3/objects/dealsCreate a deal
GET /crm/v3/objects/companiesList companies
POST /crm/v3/objects/companiesCreate a company

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.