Skip to main content

Chat View

Overview

The Chat view provides a messaging interface for threaded conversations. Records are displayed as messages with user attribution, timestamps, and optional features like reactions, mentions, read receipts, and file attachments.

This view transforms a feature into a communication tool — useful for team discussions, customer support threads, internal notes, or any scenario where conversational context is important.

Messaging interface

Column mappings

The chat view maps feature columns to message elements:

SettingDescription
User columnColumn identifying the message sender
Message columnColumn containing the message text
Date columnColumn with the message timestamp
Conversation columnColumn for grouping messages into threads/conversations
Chat name columnDisplay name for the conversation
Participants columnList of users in the conversation
Attachments columnFile attachments on messages

Message display

Messages appear chronologically with:

  • User name and avatar
  • Message content
  • Timestamp
  • Thread indicators (if threaded replies are enabled)
  • Attachment previews (if configured)

Optional features

FeatureDescriptionConfig toggle
Mentions@mention other users in messagesmentionsEnabled
ReactionsAdd emoji reactions to messagesreactionsEnabled
ThreadsReply to specific messages in nested threadsthreadsEnabled
Read receiptsSee who has read each messagereadReceiptsEnabled

Conversation types

The chat supports both individual and group conversations, determined by the chatTypeColumn. Participants are tracked in the chatParticipantsColumn.