Sync CRM objects, run HubSpot actions in workflows and agents, and receive inbound webhooks when configured.
Auth: OAuth (platform app)
Setup
- Open Connectors → HubSpot → Connect.
- Sign in to HubSpot and authorize the requested scopes.
- Verify the connector shows Connected.
- Use HubSpot actions in workflows or grant tools to agents.
Webhooks
HubSpot can send events to Gravitre inbound webhook routes. Configure URLs in HubSpot using your production API host — see Webhooks.
API
List connectors: GET /api/connectors
Manual sync: POST /api/connectors/{id}/sync
OAuth callback path on your app domain: /api/connectors/oauth/hubspot/callback
(also register /api/auth/callback/hubspot if your HubSpot app uses that path)