HubSpot: Update Company¶
Plugin ID: eca_hubspot_update_company
Available since: 1.0.0
Update an existing company record in HubSpot by ID.
Fields¶
Company ID— config key:company_id-
The HubSpot company ID to update.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Company Name— config key:name-
The company name.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Domain— config key:domain-
The company website domain (e.g., example.com).
This field supports tokens.Type:
textfield· Required: no · Default: empty string Industry— config key:industry-
The company industry.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Phone— config key:phone-
The company phone number.
This field supports tokens.Type:
textfield· Required: no · Default: empty string City— config key:city-
The company city.
This field supports tokens.Type:
textfield· Required: no · Default: empty string State— config key:state-
The company state or region.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Additional Properties (YAML)— config key:additional_properties-
Additional or custom properties in YAML format. See HubSpot API documentation for available properties. Example:
website: "https://example.com"
numberofemployees: 50
custom_property: "value"
This field supports tokens.Type:
textarea· Required: no · Default: empty string Token name— config key:token_name-
Provide the name of a token that holds the updated company data including ID, domain, and all properties.
This field supports tokens.Type:
textfield· Required: no · Default: empty string