Skip to main content

HubSpot

HubSpot CRM integration for managing contacts, companies, deals, and tickets. Provides full CRUD operations (create, get, update, delete, list, search) for all four CRM object types, plus association management to link objects together (e.g., contact to company, deal to ticket). Supports search with filters, sorting, and pagination. Authentication via Private App access token or OAuth2.

NamespaceRobomotion.HubSpot
Version1.1.0
CategoryCRM, Sales & Marketing
Nodes28

Nodes

NodeDescription
ConnectOpens a connection to HubSpot and returns a Client ID.
DisconnectCloses a HubSpot connection.
Create ContactCreates a contact in HubSpot.
Get ContactGets a contact in HubSpot.
Update ContactUpdates a contact in HubSpot.
Delete ContactDeletes a contact in HubSpot.
List ContactsLists contacts in HubSpot.
Search ContactsSearches contacts in HubSpot.
Create CompanyCreates a company in HubSpot.
Get CompanyGets a company in HubSpot.
Update CompanyUpdates a company in HubSpot.
Delete CompanyDeletes a company in HubSpot.
List CompaniesLists companies in HubSpot.
Search CompaniesSearches companies in HubSpot.
Create DealCreates a deal in HubSpot.
Get DealGets a deal in HubSpot.
Update DealUpdates a deal in HubSpot.
Delete DealDeletes a deal in HubSpot.
List DealsLists deals in HubSpot.
Search DealsSearches deals in HubSpot.
Create TicketCreates a ticket in HubSpot.
Get TicketGets a ticket in HubSpot.
Update TicketUpdates a ticket in HubSpot.
Delete TicketDeletes a ticket in HubSpot.
List TicketsLists tickets in HubSpot.
Create AssociationCreates an association in HubSpot.
Delete AssociationDeletes an association in HubSpot.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

27 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Contact, Get Contact, Update Contact, Delete Contact, List Contacts, Search Contacts, Create Company, Get Company, Update Company, Delete Company, List Companies, Search Companies, Create Deal, Get Deal, Update Deal, Delete Deal, List Deals, Search Deals, Create Ticket, Get Ticket, Update Ticket, Delete Ticket, List Tickets, Create Association, Delete Association.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.