HubSpot
CRM platform for marketing, sales, and customer service
Actions
| Name | Description |
|---|---|
list_contactsList contacts in your HubSpot CRM | List contacts in your HubSpot CRM |
get_contactGet a contact by ID | Get a contact by ID |
create_contactCreate a new contact in HubSpot | Create a new contact in HubSpot |
update_contactUpdate an existing contact | Update an existing contact |
list_companiesList companies in your HubSpot CRM | List companies in your HubSpot CRM |
get_companyGet a company by ID | Get a company by ID |
create_companyCreate a new company in HubSpot | Create a new company in HubSpot |
update_companyUpdate an existing company | Update an existing company |
list_dealsList deals in your HubSpot CRM | List deals in your HubSpot CRM |
get_dealGet a deal by ID | Get a deal by ID |
create_dealCreate a new deal in HubSpot | Create a new deal in HubSpot |
update_dealUpdate an existing deal | Update an existing deal |
list_ticketsList tickets in your HubSpot CRM | List tickets in your HubSpot CRM |
search_crmSearch CRM objects using filters | Search CRM objects using filters |
list_propertiesList properties for a CRM object type | List properties for a CRM object type |
create_engagementCreate a note, email, call, meeting, or task engagement | Create a note, email, call, meeting, or task engagement |
custom_api_callMake a custom API call to the HubSpot API | Make a custom API call to the HubSpot API |
Triggers
| Name | Description |
|---|---|
new_contactTriggers when a new contact is created in HubSpot | Triggers when a new contact is created in HubSpot |
contact_updatedTriggers when a contact is updated in HubSpot | Triggers when a contact is updated in HubSpot |
new_dealTriggers when a new deal is created in HubSpot | Triggers when a new deal is created in HubSpot |
deal_updatedTriggers when a deal is updated in HubSpot | Triggers when a deal is updated in HubSpot |
Quick Start
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.