Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update HubSpot company properties with research or enrichment data
| Field | Value |
|---|---|
| Name | hubspot__update_company |
| Group | Integrations |
{
"type": "object",
"properties": {
"companyId": {
"type": "string",
"description": "HubSpot company ID, or domain when idProperty is domain"
},
"idProperty": {
"type": "string",
"description": "Optional unique property used to identify the company, such as domain"
},
"properties": {
"type": "object",
"description": "HubSpot company properties to update"
}
},
"required": [
"companyId",
"properties"
],
"description": "Input schema for the hubspot__update_company tool."
}