Alle integrationer

HubSpot

Søg og administrer HubSpot CRM-kontakter, virksomheder, deals, noter og associationer.

OAuth 17 værktøjer

Overblik

Forbind HubSpot for at give AI-klienter adgang til dine CRM-kontakter, virksomheder, deals, noter og record-associationer.

Forudsætninger

  • En HubSpot-konto med CRM-adgang
  • Super Admin eller HubSpot Marketplace Access-tilladelser til at installere OAuth-apps
  • En stackgate.ai-konto

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn HubSpot.
  3. Klik Aktivér, og derefter Forbind HubSpot.
  4. Vælg din HubSpot-portal og godkend OAuth-scopes — stackgate.ai gemmer dine access- og refresh tokens sikkert.

Ingen manuelle API-nøgler kræves til standard forbindelsesflow.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/hubspot med Sanctum bearer token
  • Private gateway: én config til alle integrationer — brug hubspot__*-navngivne værktøjer

Se Dokumentation for HTTP-autentificering og opsætning af private gateway.

Fejlfinding

  • 422 integration not configured — gennemfør OAuth-forbindelsesflowet i Mine integrationer.
  • Auth errors after connecting — afbryd og genforbind HubSpot fra integrationssiden (tokens tilbagekaldes når appen afinstalleres).
  • 429 rate limit errors — HubSpot håndhæver per-portal API-grænser, inkl. en strammere grænse på CRM search-endpoints. Reducer forespørgselsvolumen eller spred søgninger over tid.

Tilgængelige værktøjer

  • get_portal_info

    Return details about the connected HubSpot portal (account name, hub ID, timezone).

  • search_contacts

    Search HubSpot contacts by text query or filter groups.

  • get_contact

    Get a HubSpot contact by ID with selected properties.

  • search_companies

    Search HubSpot companies by text query or filter groups.

  • get_company

    Get a HubSpot company by ID with selected properties.

  • search_deals

    Search HubSpot deals by text query or filter groups.

  • get_deal

    Get a HubSpot deal by ID with selected properties.

  • search_notes

    Search HubSpot notes by text query or filter groups.

  • get_note

    Get a HubSpot note by ID with selected properties.

  • list_associations

    List associations between HubSpot CRM objects (e.g. contact to company).

  • create_contact

    Create a HubSpot contact with the given CRM properties.

  • update_contact

    Update a HubSpot contact by ID with the given CRM properties.

  • create_company

    Create a HubSpot company with the given CRM properties.

  • update_company

    Update a HubSpot company by ID with the given CRM properties.

  • create_deal

    Create a HubSpot deal with the given CRM properties.

  • update_deal

    Update a HubSpot deal by ID with the given CRM properties.

  • create_note

    Create a HubSpot note and optionally associate it with a contact, company, or deal.

MCP-endpoint: https://stackgate.ai/mcp/hubspot (HTTP) eller via private gateway.