Event Monitor
Event Monitor connects to the Salesforce Streaming API and lets you watch platform events, change data capture events, and PushTopic queries in real time — directly from your browser.
Features
Event Stream Viewer
Subscribe to any event channel and watch events as they fire:
- Platform Events (
/event/...) - Change Data Capture (
/data/...) - PushTopics (
/topic/...) - Standard platform objects via CDC
Event Filter
Filter incoming events by:
- Field value (e.g., only show events where
Status__c = 'Error') - Event type
- Source record ID
- Time range
Event History
Event Monitor stores the last 500 events per session. Scroll back through history even after new events arrive.
Event Detail
Click any event to expand the full JSON payload with:
- All event fields and values
- Change type (for CDC: create, update, delete)
- Changed fields highlighted
- Timestamp and replay ID
Pause & Resume
Pause the stream to review events without losing new ones. Resume to catch up from where you paused.
Export
Export captured events as JSON or CSV for analysis or debugging.
Common Use Cases
- Debug an integration — watch events as they're published
- Test a trigger — verify events fire correctly when records change
- Monitor a batch job — watch CDC events as records are created/updated
- Audit field changes — track who changed what and when via CDC