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
GET/v2/conversation_attributes
Get a conversation custom attribute by ID
GET/v2/conversation_attributes/{id}
ModelsExpand Collapse
ConversationAttribute object { id, archived, dataType, 8 more }
ConversationAttribute object { id, archived, dataType, 8 more }
dataType: "string" or "number" or "boolean" or 3 moreStorage-level data type used for validation and search.
dataType: "string" or "number" or "boolean" or 3 more
Storage-level data type used for validation and search.
fieldSubType: "text" or "number" or "select" or 3 moreConversation field subtype that controls the expected value shape.
fieldSubType: "text" or "number" or "select" or 3 more
Conversation field subtype that controls the expected value shape.
ConversationAttributeListResponse object { data, nextCursor, object }
ConversationAttributeListResponse object { data, nextCursor, object }
Array of conversation custom attribute definitions.
Array of conversation custom attribute definitions.
dataType: "string" or "number" or "boolean" or 3 moreStorage-level data type used for validation and search.
dataType: "string" or "number" or "boolean" or 3 more
Storage-level data type used for validation and search.
fieldSubType: "text" or "number" or "select" or 3 moreConversation field subtype that controls the expected value shape.
fieldSubType: "text" or "number" or "select" or 3 more
Conversation field subtype that controls the expected value shape.