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.

  • blocked
    Type: null | boolean
  • connections
    Type: array object[] | null · Connection[]

    List of company connections (employments).

    A link between a contact and a company, used when creating or updating contacts.

    • company
      required

      Reference to an existing company by ID

      • kind
        Discriminator
        enum
        const:  
        existing
        values
        • existing
      • id
        Type: string
        required

        ID of the existing company

    • jobTitle
      Type: null | string

      Contact's job title at this company

    • primary
      Type: boolean

      Whether this is the primary company connection. Exactly one connection must be marked as primary.

  • email
    Type: null | string

    Email address.

  • externalRefs
    Type: array object[] | null · ExternalRef[]

    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.

    • id
      Type: string
      max length:  
      255
      required

      External identifier within the namespace (e.g., "003XXXXXXXXXXXX" for Salesforce). Case-sensitive. Format depends on the external system.

    • namespace
      Type: string
      max length:  
      50
      required

      External system namespace (e.g., "salesforce", "hubspot", "pipedrive", "csv-import"). Case-insensitive.

  • firstName
    Type: null | string

    First name.

  • lastName
    Type: null | string

    Last name.

  • linkedInUrl
    Type: null | string

    LinkedIn profile URL in the format https://www.linkedin.com/in/{slug}.

  • phone
    Type: null | string

    Phone number.

  • primaryLanguage
    Type: null | string

    ISO 639-1 language code (e.g. 'en', 'sv').

  • profilePictureId
    Type: null | integerFormat: int32
  • strategy
    Type: null | string

    Investment strategy or description.

  • tags
    Type: array string[] | null

    List of tags or labels.