Docs Index
hubspot connector.md

Proof Card: HubSpot Connector

Status: production Last verified: 2026-04-28 · git sha 562e3ab4

Claim

HubSpotConnector is a real client for HubSpot CRM v3 (https://api.hubapi.com/crm/v3) with bearer-token authentication. CRUD is wired against the four core CRM object types — contacts, companies, deals, tickets — using the live /crm/v3/objects/{type} REST endpoints.

Source

Tests

Live vs Fixture

Known Gaps

Verification (60-second AI-reviewer recipe)

npm test -- tests/unit/contract/HubSpotConnector.contract.test.ts
grep -n "api.hubapi.com\|/crm/v3" src/connectors/HubSpotConnector.ts | head -5

The grep should show the api.hubapi.com host and the /crm/v3 path prefix at multiple call sites.