Inputs
SelectableOption
Output
Type:Dict
Returns updated company.
Fields: id, created_at, updated_atDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates an existing company in HubSpot CRM by company ID
| App | HubSpot |
| Operation ID | hubspot_update_company |
| Type | Action |
| Connection | hubspot (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | string | Yes | - | Company ID (required to identify which company to update) |
name | string | No | - | Update company name |
domain | string | No | - | Update company website domain (e.g., example.com) |
industry | string | No | - | Update industry the company operates in |
phone | string | No | - | Update company’s phone number |
city | string | No | - | Update city where the company is located |
state | string | No | - | Update state/region where the company is located |
country | string | No | - | Update country where the company is located |
lifecyclestage | string or SelectableOption | No | - | Update company’s lifecycle stage. Options: lead, marketingqualifiedlead, salesqualifiedlead, opportunity, customer, evangelist, other. |
type | string or SelectableOption | No | - | Update company type. Options: PROSPECT, PARTNER, RESELLER, VENDOR, OTHER. |
additional_properties | object | No | - | Additional HubSpot company properties to update as key-value pairs. Example: {“timezone”: “America/New_York”, “description”: “Updated description”} |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns updated company.
Fields: id, created_at, updated_at