Skip to content

Monitoring & UI

Display blocks render data pushed from connected Workers, calls, or sessions. Each can be pinned to your Dashboard for an at-a-glance live view.

BlockType IDDescription
Worker Monitorui.monitorUniversal display — metrics, status, tables, progress, and log widgets rendered from ctx.monitor.
PBX Monitorui.pbx_monitorCall journal, stats, and live calls for PBX blocks.
Softphone Monitorui.softphone_monitorLive call card + chat-style transcript + history for a Softphone.
Matrix Monitorui.matrix_monitorReal-time call/chat monitor for Matrix blocks.

How they connect

FromToWhat happens
WorkerWorker Monitorctx.monitor.render([...]) draws widgets to the monitor
PBXPBX MonitorLive campaign calls + stats appear in the monitor
SoftphoneSoftphone MonitorLive transcript + call history render in the monitor
MatrixMatrix MonitorCalls and chats stream into the monitor

Monitors make great Mini Apps

Any monitor is a viewable block — wire it into a Telegram AI Bot and publish it as a Telegram Mini App for an in-Telegram live dashboard.

NodeGraph Documentation