CreateContactRequest
Request to create a new contact.
- connectionsType: array object[] | null · Connection[]
List of company connections (employments).
A link between a contact and a company, used when creating or updating contacts.
- companyrequired
Reference to an existing company by ID
- kindDiscriminatorenumconst:existingvalues
- existing
- idType: stringrequired
ID of the existing company
- jobType: null | string
Title Contact's job title at this company
- primaryType: boolean
Whether this is the primary company connection. Exactly one connection must be marked as primary.
- emailType: null | stringmax length:255
Email address. Must be unique within the tenant.
- externalType: array object[] | null · ExternalRef[]
Refs External references to this contact 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.
- firstType: null | string
Name max length:255First name.
- lastType: null | string
Name max length:255Last name.
- linkedType: null | string
In Url max length:500LinkedIn profile URL in the format https://www.linkedin.com/in/{slug}.
- phoneType: null | stringmax length:50
Phone number.
- primaryType: null | string
Language max length:10ISO 639-1 language code (e.g. 'en', 'sv').
- strategyType: null | string
Investment strategy or description.
- tagsType: array string[] | null
List of tags or labels.