Frends.HubSpot.CreateCompany / 1.1.0
Summary
Creates a company record from the property set you supply, and returns the identifier HubSpot assigned.
Typical use — syncing organisations in from another master system, keeping the returned identifier for later matching
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| CompanyData | String |
– | { "name": "Acme Corp", "domain": "acme.com", "phone": "123456789", "industry": "TECHNOLOGY" } |
Company properties such as name, domain, phone, industry. |