Skip to main content

Hubspot agent connector

HubSpot is a CRM platform that provides tools for marketing, sales, customer service, and content management. This connector provides access to contacts, companies, deals, tickets, and custom objects for customer relationship management and sales analytics.

Example questions

The Hubspot connector is optimized to handle prompts like these.

  • Show me all deals from {company} this quarter
  • What are the top 5 most valuable deals in my pipeline right now?
  • List recent tickets from {customer} and analyze their support trends
  • Search for contacts in the marketing department at {company}
  • Give me an overview of my sales team's deals in the last 30 days
  • Identify the most active companies in our CRM this month
  • Compare the number of deals closed by different sales representatives
  • Find all tickets related to a specific product issue and summarize their status

Unsupported questions

The Hubspot connector isn't currently able to handle prompts like these.

  • Create a new contact record for {person}
  • Update the contact information for {customer}
  • Delete the ticket from last week's support case
  • Schedule a follow-up task for this deal
  • Send an email to all contacts in the sales pipeline

Installation

uv pip install airbyte-agent-hubspot

Usage

from airbyte_agent_hubspot import HubspotConnector, HubspotAuthConfig

connector = HubspotConnector(
auth_config=HubspotAuthConfig(
client_id="...",
client_secret="...",
refresh_token="...",
access_token="..."
)
)
result = await connector.contacts.list()

Full documentation

This connector supports the following entities and actions.

EntityActions
ContactsList, Get, Search
CompaniesList, Get, Search
DealsList, Get, Search
TicketsList, Get, Search
SchemasList, Get
ObjectsList, Get

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Hubspot API reference.

Version information

  • Package version: 0.15.29
  • Connector version: 0.1.3
  • Generated with Connector SDK commit SHA: d023e05f2b7a1ddabf81fab7640c64de1e0aa6a1