Customer

  • agent_id
    Type: integer | null

    Integer numbers.

  • archived
    Type: boolean
  • avatar
    Type: string | nullFormat: uri
  • channel_id
    Type: integer

    Integer numbers.

  • custom_fields
    Type: object

    Map of field name to value object.

    • propertyName
      Type: object · CustomFieldValue
      • extra
        Type: object
      • name
        Type: string
      • type
        Type: string · FieldTypeenum

        date is an ISO 8601 string. datetime is a Unix timestamp.

        values
        • string
        • integer
        • float
        • boolean
        • date
        • datetime
      • value

        Field value. Type depends on type.

  • id
    Type: integer

    Integer numbers.

  • last_message
    Type: number

    Unix timestamp of the last message.

  • meta_data
    Type: object
    • propertyName
      Type: anything
  • name
    Type: string
  • register_date
    Type: number

    Unix timestamp.

  • unread
    Type: boolean