HubSpot
CRM & Support

HubSpot Connector

Connect to HubSpot CRM to manage contacts, deals, companies, tickets, and pipelines.

$pip install "toolsconnector[hubspot]"
19
Actions
CRM & Support
Category
Free
Apache 2.0

All 19 Actions

Action Description Parameters Returns
create_company ⚠Create a new companyname  [domain, properties]HubSpotCompany
create_contact ⚠Create a new contactemail  [firstname, lastname, phone, company]HubSpotContact
create_deal ⚠Create a new dealdealname  [pipeline, dealstage, amount]HubSpotDeal
create_ticket ⚠Create a new ticketsubject  [pipeline, stage, priority]HubSpotTicket
delete_contact ⚠Delete a contactcontact_idNoneType
delete_deal ⚠Delete a dealdeal_idNoneType
get_companyGet a single company by IDcompany_idHubSpotCompany
get_contactGet a single contact by IDcontact_idHubSpotContact
get_dealGet a single deal by IDdeal_idHubSpotDeal
get_ticketGet a single ticket by IDticket_idHubSpotTicket
list_companiesList companies[limit, after]PaginatedList[HubSpotCompany]
list_contactsList contacts[limit, after]PaginatedList[HubSpotContact]
list_dealsList deals[limit, after]PaginatedList[HubSpotDeal]
list_pipelinesList pipelines for an object type[object_type]list
list_ticketsList tickets[limit, after]PaginatedList[HubSpotTicket]
search_contactsSearch contacts by queryquery  [limit]PaginatedList[HubSpotContact]
update_contactUpdate an existing contactcontact_id, propertiesHubSpotContact
update_dealUpdate an existing dealdeal_id, propertiesHubSpotDeal
update_ticketUpdate an existing ticketticket_id, propertiesHubSpotTicket
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing