BatchUpsertItem

A single item in a batch upsert request.

  • data
    Type: object · UpsertContactRequest
    required

    Contact data to create or update.

    • 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.

    • email
      Type: null | string
      max length:  
      254

      Primary email address. Also sets the first entry in emails array if not provided.

    • emails
      Type: array object[] | null · EmailEntryRequest[]

      Email addresses with type classification. The first email becomes the primary email if email field is not set.

      Email entry in upsert request.

    • firstName
      Type: null | string
      max length:  
      100

      First name.

    • lastName
      Type: null | string
      max length:  
      100

      Last name.

    • phone
      Type: null | string
      max length:  
      20

      Primary phone number. Also sets the first entry in phones array if not provided.

    • phones
      Type: array object[] | null · PhoneEntryRequest[]

      Phone numbers with type classification. The first phone becomes the primary phone if phone field is not set.

      Phone entry in upsert request.

    • primaryLanguage
      Type: null | string
      max length:  
      10

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

    • strategy
      Type: null | string
      max length:  
      4000

      Investment strategy or description.

    • tags
      Type: array string[] | null

      List of tags or labels.

  • externalId
    Type: string
    max length:  
    255
    required

    External ID within the namespace.

  • clientRef
    Type: null | string
    max length:  
    100

    Optional client-provided reference for correlation in responses.