Skip to content

Messages

The Messages view lets you browse every message that passed through a channel, inspect its content at each processing stage, and reprocess messages that need to be resent.

From the Dashboard, double-click any channel row to open its message browser. You can also use the right-click context menu and select View Messages.

The message browser showing a search panel at the top, a message list in the middle, and message content tabs at the bottom

The search panel at the top lets you filter by:

  • Date range — start and end timestamps
  • Status — one or more of: Received, Transformed, Filtered, Queued, Sent, Error, Pending
  • Text search — searches raw message content
  • Connector — filter to a specific source or destination connector
  • Page size — number of results per page (10, 20, 50, or 100)

Click the search button to run the query. Use the pagination controls at the bottom of the list to move between pages.

Each row in the list represents one message. Expand a row to see all connector messages — one entry for the source connector and one for each destination. The columns show:

ColumnDescription
IDNumeric message ID
ConnectorSource or destination connector name
StatusProcessing outcome for this connector
Received DateWhen the message arrived at this connector
Response DateWhen a response was received (destination connectors)
ErrorsError count for this connector message

Select a connector message row to load its details in the bottom panel. The panel shows tabs for:

  • Raw — the message exactly as received or sent
  • Processed Raw — after inbound preprocessing
  • Transformed — after source or destination transformer
  • Encoded — the encoded form sent to the destination
  • Response — the response received from the destination
  • Connector Map / Channel Map / Response Map — variable maps populated during processing

The mapping tab shows all variable scopes (source map, connector map, channel map, response map) with their variable names and values.

With a channel selected on the Dashboard, choose Reprocess Message (or Reprocess Results) from the Dashboard Tasks list in the left sidebar. Reprocessing re-runs the message through the channel from its raw form, as if it had just arrived. This is useful for correcting errors after a configuration fix.

With a channel selected on the Dashboard, choose Remove All Messages from the Dashboard Tasks list in the left sidebar to clear that channel’s message store. Removing messages is permanent. This task also requires write access and stays disabled until a channel is selected.