Skip to main content

fact_treble_session_messages

Each row is one message inside a conversation flow: what the bot (or an AI agent) sent, what the user replied, when it was delivered and read. This table did not exist in the previous warehouse — it gives you the complete transcript of every flow conversation.

What questions does it answer?

  • What exactly was said in a conversation, in order?
  • Which messages fail to deliver, and with what error?
  • How long do users take to read our messages?
  • Which HSM templates are actually being sent inside flows?
  • What did the AI reply in AI-powered conversations?

Columns

Example queries

Reconstruct one conversation

Delivery errors in the last 24 hours

Nearly every message carries interaction_answer_id — both the question the flow sent and the user’s reply point to the same step. To pair answers with questions, join it against fact_treble_session_nodes.node_record_id.