HubSpot
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "HUBSPOT_COMPANIES_ARCHIVE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("HUBSPOT_COMPANIES_ARCHIVE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute HUBSPOT_COMPANIES_ARCHIVE --data '{ }'Tool catalog
Available tools
18 callable operations
Archive a HubSpot companyHUBSPOT_COMPANIES_ARCHIVEArchive one HubSpot company. HubSpot uses archive as the delete behavior for CRM objects.Connection1 scope
Archive one HubSpot company. HubSpot uses archive as the delete behavior for CRM objects.
Authentication
Connected account requiredScopes
crm.objects.companies.writeTags
Create a HubSpot companyHUBSPOT_COMPANIES_CREATECreate a single HubSpot company with a properties object and optional associations.Connection1 scope
Create a single HubSpot company with a properties object and optional associations.
Authentication
Connected account requiredScopes
crm.objects.companies.writeTags
Get a HubSpot companyHUBSPOT_COMPANIES_GETRetrieve one HubSpot company by ID.Connection1 scope
Retrieve one HubSpot company by ID.
Authentication
Connected account requiredScopes
crm.objects.companies.readTags
List HubSpot companiesHUBSPOT_COMPANIES_LISTRetrieve a page of HubSpot companies.Connection1 scope
Retrieve a page of HubSpot companies.
Authentication
Connected account requiredScopes
crm.objects.companies.readTags
Search HubSpot companiesHUBSPOT_COMPANIES_SEARCHSearch HubSpot companies with filters, sorting, and selected properties.Connection1 scope
Search HubSpot companies with filters, sorting, and selected properties.
Authentication
Connected account requiredScopes
crm.objects.companies.readTags
Update a HubSpot companyHUBSPOT_COMPANIES_UPDATEUpdate properties for a HubSpot company.Connection1 scope
Update properties for a HubSpot company.
Authentication
Connected account requiredScopes
crm.objects.companies.writeTags
Archive a HubSpot contactHUBSPOT_CONTACTS_ARCHIVEArchive one HubSpot contact. HubSpot uses archive as the delete behavior for CRM objects.Connection1 scope
Archive one HubSpot contact. HubSpot uses archive as the delete behavior for CRM objects.
Authentication
Connected account requiredScopes
crm.objects.contacts.writeTags
Create a HubSpot contactHUBSPOT_CONTACTS_CREATECreate a single HubSpot contact with a properties object and optional associations.Connection1 scope
Create a single HubSpot contact with a properties object and optional associations.
Authentication
Connected account requiredScopes
crm.objects.contacts.writeTags
Get a HubSpot contactHUBSPOT_CONTACTS_GETRetrieve one HubSpot contact by ID.Connection1 scope
Retrieve one HubSpot contact by ID.
Authentication
Connected account requiredScopes
crm.objects.contacts.readTags
List HubSpot contactsHUBSPOT_CONTACTS_LISTRetrieve a page of HubSpot contacts.Connection1 scope
Retrieve a page of HubSpot contacts.
Authentication
Connected account requiredScopes
crm.objects.contacts.readTags
Search HubSpot contactsHUBSPOT_CONTACTS_SEARCHSearch HubSpot contacts with filters, sorting, and selected properties.Connection1 scope
Search HubSpot contacts with filters, sorting, and selected properties.
Authentication
Connected account requiredScopes
crm.objects.contacts.readTags
Update a HubSpot contactHUBSPOT_CONTACTS_UPDATEUpdate properties for a HubSpot contact.Connection1 scope
Update properties for a HubSpot contact.
Authentication
Connected account requiredScopes
crm.objects.contacts.writeTags
Archive a HubSpot dealHUBSPOT_DEALS_ARCHIVEArchive one HubSpot deal. HubSpot uses archive as the delete behavior for CRM objects.Connection1 scope
Archive one HubSpot deal. HubSpot uses archive as the delete behavior for CRM objects.
Authentication
Connected account requiredScopes
crm.objects.deals.writeTags
Create a HubSpot dealHUBSPOT_DEALS_CREATECreate a single HubSpot deal with a properties object and optional associations.Connection1 scope
Create a single HubSpot deal with a properties object and optional associations.
Authentication
Connected account requiredScopes
crm.objects.deals.writeTags
Get a HubSpot dealHUBSPOT_DEALS_GETRetrieve one HubSpot deal by ID.Connection1 scope
Retrieve one HubSpot deal by ID.
Authentication
Connected account requiredScopes
crm.objects.deals.readTags
List HubSpot dealsHUBSPOT_DEALS_LISTRetrieve a page of HubSpot deals.Connection1 scope
Retrieve a page of HubSpot deals.
Authentication
Connected account requiredScopes
crm.objects.deals.readTags
Search HubSpot dealsHUBSPOT_DEALS_SEARCHSearch HubSpot deals with filters, sorting, and selected properties.Connection1 scope
Search HubSpot deals with filters, sorting, and selected properties.
Authentication
Connected account requiredScopes
crm.objects.deals.readTags
Update a HubSpot dealHUBSPOT_DEALS_UPDATEUpdate properties for a HubSpot deal.Connection1 scope
Update properties for a HubSpot deal.
Authentication
Connected account requiredScopes
crm.objects.deals.writeTags