Conversation Attributes
Conversation custom attribute definitions configured in your Featurebase organization. Use these definitions to map ID-keyed conversation custom attributes to human-readable names and value types.
List conversation custom attributes
client.conversationAttributes.list(ConversationAttributeListParams { includeArchived, featurebaseVersion } params?, RequestOptionsoptions?): ConversationAttributeListResponse { data, nextCursor, object }
GET/v2/conversation_attributes
Get a conversation custom attribute by ID
client.conversationAttributes.retrieve(stringid, ConversationAttributeRetrieveParams { featurebaseVersion } params?, RequestOptionsoptions?): ConversationAttribute { id, archived, dataType, 7 more }
GET/v2/conversation_attributes/{id}