CreateCompanyRequest
Request to create a new company.
- nameType: stringmax length:255required
Company name (required).
- countryType: null | string
Code max length:10ISO 3166-1 alpha-2 country code (e.g. 'US', 'SE').
- domainType: null | stringmax length:255
Company domain (e.g., "acme.com"). Normalized to lowercase without www prefix. Ignored if homepageUrl is provided (domain is derived from URL instead).
- externalType: array object[] | null · ExternalRef[]
Refs External references to this company in other systems (e.g. CRM IDs).
Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.
- idType: stringmax length:255required
External identifier within the namespace (e.g., "003XXXXXXXXXXXX" for Salesforce). Case-sensitive. Format depends on the external system.
- namespaceType: stringmax length:50required
External system namespace (e.g., "salesforce", "hubspot", "pipedrive", "csv-import"). Case-insensitive.
- homepageType: null | string
Url max length:500Company homepage URL.
- linkedType: null | string
In Url max length:500Company LinkedIn URL in the format https://www.linkedin.com/company/{slug}.
- strategyType: null | string
Investment strategy or description.
- tagsType: array string[] | null
List of tags or labels.