Home//
REST API Reference
/- Conversation Attribute
List all conversation attributes
Create a conversation attribute
Get a conversation attribute
Update a conversation attribute
Delete (archive) a conversation attribute
Add an option to a list conversation attribute
Update an option on a list conversation attribute
Archive an option on a list conversation attribute
Conversation Attribute
Conversation Attributes represent custom metadata fields for conversations. They support type-specific properties: strings (multiline), lists (options), and relationships (reference).
Value is conversation_attribute.
Value:"conversation_attribute"
Example:"conversation_attribute"
The data type of the attribute. Allowed types: string, integer, list, decimal, boolean, datetime, relationship, files.
Value:"string"
Example:"string"
Discriminator
Team IDs that can see this attribute. Empty array means all teams.
Example:
[]
The time the attribute was created as a UTC Unix timestamp.
Example:1778239701
The time the attribute was last updated as a UTC Unix timestamp.
Example:1778239701
- string
- integer
- list
- decimal
- boolean
- datetime
- relationship
- files
{ "type": "conversation_attribute", "id": 8, "name": "api_test_attr", "description": "Created via API test", "data_type": "string", "required": false, "visible_to_team_ids": [], "archived": false, "created_at": 1778239701, "updated_at": 1778239701, "admin_id": "16", "multiline": false }