This action will create a new company in HubSpot, or update it if a company with the same domain already exists. Existing HubSpot connections may need to be reconnected to grant the 'companies.write' permission.
API endpoint slug
hubspot.create_or_update_company
Filter code method
Hubspot.createOrUpdateCompany.skip(string?: reason)
Runtime method
runAction("hubspot.create_or_update_company", {})
Action fields
Label
Company domain
Helper text
The company's domain, used to match an existing company.
Slug
domain
Required
true
Can have default value
true
Filter code method
Hubspot.createOrUpdateCompany.setDomain(string: domain)
Label
Company name
Slug
name
Required
false
Can have default value
true
Filter code method
Hubspot.createOrUpdateCompany.setName(string: name)
Label
City
Slug
city
Required
false
Can have default value
true
Filter code method
Hubspot.createOrUpdateCompany.setCity(string: city)