ActionDetailsActionChatDetails

Details for a conversation action (kind = chat) — a message, shared file, or logged call exchanged between the broker and the counterparty. The message body is private and is never returned; only a shared file reference (when present) is exposed. The specific interaction is identified by the top-level event field (prospect.message_sent / prospect.file_shared / prospect.call_logged).

  • file
    Type: object · FileAttachment nullable

    The file shared in this conversation row, if any. Null for plain messages and calls.

    • fileName
      Type: string

      Original filename

    • id
      Type: string

      File's unique identifier

    • url
      Type: null | string

      URL to download the file (may require authentication)

  • kind
    enum
    const:  
    chat
    values
    • chat