Create company
twenty_create_companyCreate a new company. name is required. Twenty REST: POST /rest/companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The company name (required). | |
| xUrl | No | X/Twitter URL (sent as xLink:{primaryLinkUrl}). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| employees | No | Employee count. | |
| domainName | No | Primary domain / website URL (sent as domainName:{primaryLinkUrl}). | |
| addressCity | No | City (sent as address:{addressCity}). | |
| linkedinUrl | No | LinkedIn URL (sent as linkedinLink:{primaryLinkUrl}). | |
| idealCustomerProfile | No | Whether this company matches the ideal customer profile. |