Frends.HubSpot.UpdateCompany / 1.1.0
Summary
Updates the properties you supply on an existing company and leaves the others alone.
Typical use — keeping HubSpot aligned with a master system without overwriting fields it does not own
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Id | String |
– | foobar |
The HubSpot ID of the company to update. |
| CompanyData | String |
– | { "name": "Acme Corp", "domain": "acme.com", "phone": "123456789", "industry": "TECHNOLOGY" } |
Company properties to update such as name, domain, phone, industry. |