Attributes

property_id
string

The ID of the custom property.

created_at
string

The date and time when the custom property was created.

property_name
string

The name of the custom property.

org_id
string

The ID of the organization that the custom property belongs to.

property_value
string

The value of the custom property.

This value is based on the property_value_type attribute:

  1. For dropdown type, the value is a comma-separated list of options.
  2. For text and date type, the value is null.
type
string

The type of the custom property.

Possible values are: chat, ticket, contact

property_value_type
string

The type of the custom property value.

Possible values are: dropdown, text, date