eavz
HubSpot

HubSpot

CRM platform for marketing, sales, and customer service

17 actions
4 triggers

Actions

Name
list_contacts

List contacts in your HubSpot CRM

get_contact

Get a contact by ID

create_contact

Create a new contact in HubSpot

update_contact

Update an existing contact

list_companies

List companies in your HubSpot CRM

get_company

Get a company by ID

create_company

Create a new company in HubSpot

update_company

Update an existing company

list_deals

List deals in your HubSpot CRM

get_deal

Get a deal by ID

create_deal

Create a new deal in HubSpot

update_deal

Update an existing deal

list_tickets

List tickets in your HubSpot CRM

search_crm

Search CRM objects using filters

list_properties

List properties for a CRM object type

create_engagement

Create a note, email, call, meeting, or task engagement

custom_api_call

Make a custom API call to the HubSpot API

Triggers

Name
new_contact

Triggers when a new contact is created in HubSpot

contact_updated

Triggers when a contact is updated in HubSpot

new_deal

Triggers when a new deal is created in HubSpot

deal_updated

Triggers when a deal is updated in HubSpot

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'hubspot',
  actionName: 'list_contacts',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect HubSpot to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does HubSpot support?

HubSpot supports 17 actions including List Contacts, Get Contact, Create Contact, Update Contact, List Companies, and more.

Can I use HubSpot with AI agents?

Yes. Add HubSpot to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does HubSpot use?

HubSpot uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the HubSpot integration cost?

The HubSpot integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does HubSpot support?

HubSpot supports 4 triggers including New Contact, Contact Updated, New Deal, Deal Updated.

Connect HubSpot in 2 minutes

Get 1,000 free actions every month. No credit card required.