HubSpot
Arcade Optimized
Arcade tools designed for LLMs to interact with Hubspot
40tools
HubSpot toolkit for Arcade connects LLMs to the HubSpot CRM, enabling AI agents to read and write contacts, companies, deals, activities, and pipeline data through OAuth-authenticated API calls.
Capabilities
- CRM record management — Create, search, list, and update contacts, companies, and deals, including industry type validation and association between records.
- Deal pipeline control — Inspect pipelines and their stages, create deals against specific pipelines, and update deal stage or close date.
- Activity logging — Create and update engagement activities across all HubSpot types: calls, emails, meetings, notes, communication (SMS, WhatsApp, LinkedIn, etc.), and tasks; each activity must be associated with at least one CRM record.
- Search and retrieval — Keyword-based search across all CRM object types (contacts, companies, deals) and all activity types, with full cross-object association data returned.
- User and portal context — Resolve the current authenticated user (
WhoAmI), list all portal owners, and look up individual users by ID to support assignment workflows. - Toolkit guidance — A built-in guidance tool surfaces best practices and contextual considerations for effective HubSpot tool use within an agent.
OAuth
This toolkit authenticates via OAuth 2.0 using HubSpot as the identity provider. See the Arcade HubSpot auth provider docs for setup details.
Available tools(40)
40 of 40 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Associate a single activity object to a deal using HubSpot standard association type. | |||
Associate a contact with an existing deal in HubSpot. | |||
Create a call engagement activity with required owner and associations.
Must be associated with at least one of: contact, company, or deal.
Assign to the current user if not specified otherwise. | |||
Create a communication activity for logging communications that are not done via
email, call, or meeting.
This includes SMS, WhatsApp, LinkedIn messages, physical mail, and custom channel
conversations.
Must be associated with at least one of: contact, company, or deal.
The communication will be assigned to the current user. | |||
Create a new company in HubSpot.
Before calling this tool, use Hubspot.GetAvailableIndustryTypes to see valid values. | |||
Create a contact associated with a company. | |||
Create a new deal in HubSpot.
If pipeline_id is not provided, the default pipeline will be used.
For custom pipelines, deal_stage must be a valid stage ID within
the selected pipeline. If deal_stage is not specified,
the first stage in the pipeline will be used automatically.
It is recommended have already pipeline data available when
planning to call this tool. | |||
Create a logged email engagement activity with essential fields including email headers.
Must be associated with at least one of: contact, company, or deal.
The email will be assigned to the current user. | |||
Create a meeting with essential fields including separate date and time.
The start_date and start_time are combined to create the meeting timestamp.
Duration can be specified in HH:MM format.
Must be associated with at least one of: contact, company, or deal.
The meeting will be assigned to the current user. | |||
Create a note engagement activity with required owner and associations.
Must be associated with at least one of: contact, company, or deal.
Assign to the current user if not specified otherwise. | |||
Get all users/owners in the HubSpot portal.
This tool retrieves a list of all users (owners) in your HubSpot portal,
Useful for user management and assignment operations.
Use this tool when needing information about ALL users in the HubSpot portal. | |||
Get all available industry types for HubSpot companies.
Returns a sorted list of valid industry type values that can be used
when creating companies. | |||
Search for call activities with associated contacts, companies, and deals. | |||
Search for communication activities with associated contacts, companies, and deals. | |||
Retrieve company data with associated contacts, deals, calls, emails,
meetings, notes, and tasks. | |||
Retrieve contact data with associated companies, deals, calls, emails,
meetings, notes, and tasks. | |||
Retrieve a specific deal by its ID with associated contacts, companies, calls, emails,
meetings, notes, and tasks. | |||
Retrieve deal data with associated contacts, companies, calls, emails,
meetings, notes, and tasks. | |||
List HubSpot deal pipelines with their stages, optionally filtered by a search string.
Recommended to be used before creating a new deal.
For example updating the stage of a deal without changing the pipeline. | |||
List stages for a specific HubSpot deal pipeline.
Useful to get the stage IDs for a specific pipeline. | |||
Search for email activities with associated contacts, companies, and deals. | |||
Search for meeting activities with associated contacts, companies, and deals. | |||
Search for note activities with associated contacts, companies, and deals. | |||
Search for task activities with associated contacts, companies, and deals. | |||
Get detailed information about a specific user/owner by their ID.
This tool retrieves comprehensive information about a specific user
in your HubSpot portal using their owner ID. |
Page 1 of 2(25 of 40)
Last updated on