Skip to main content
inputCreateThreadFieldSchemaInput

Fields

label
String!
required

The human-readable name of the field. Must be unique across all thread field schemas in the workspace.

key
String!
required

A stable identifier used when reading and writing values. Must be lowercase and contain only letters, numbers, and underscores (validated against ^[a-z0-9_]+$); camelCase and hyphens are rejected. Immutable after creation.

description
String!
required
order
Int!
required
enumValues
[String!]!
required
isRequired
Boolean!
required
defaultStringValue
String
defaultBooleanValue
Boolean
defaultNumberValue
Float
defaultDateValue
String
isAiAutoFillEnabled
Boolean!
required
isAvailableToAgents
Boolean
isClientReadonly
Boolean
dependsOnThreadField
dependsOnLabelTypeIds
[ID!]