UpdateContactRequest
Request body for updating an existing contact. Only include fields you want to change. Omitted fields are left unchanged; fields set to null are cleared.
- blockedType: null | boolean
- 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 | string
Email address.
- 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 First name.
- lastType: null | string
Name Last name.
- linkedType: null | string
In Url LinkedIn profile URL in the format https://www.linkedin.com/in/{slug}.
- phoneType: null | string
Phone number.
- primaryType: null | string
Language ISO 639-1 language code (e.g. 'en', 'sv').
- profileType: null | integerFormat: int32
Picture Id - strategyType: null | string
Investment strategy or description.
- tagsType: array string[] | null
List of tags or labels.