Events & webhooks
Event Stream
The live feed of platform events — topic, ID and arrival time, with the payload one click away.
The events that actually fired on your tenant, newest first. When you need to know whether an order event ever went out, you look here before you debug anything downstream.
Where you find it
Integration Studio › Events › Event Stream — /integrations/events. The
sidebar says Event Stream; the page title is Events.

Fields and controls
| Column | What it shows |
|---|---|
| Topic | The event type, namespaced revenexx.<app>.<entity>.<verb> — for example revenexx.integrations.run.finished. |
| Event ID | The unique ID, prefixed evt_. |
| Received | When it arrived. |
A row click opens the event's detail with its payload. Search covers topic and event ID.
The stream is a ring buffer of the latest events — the header counter says how many it holds (100 in the screenshot). It is a live window, not an archive: what scrolls out is gone from this screen.
What happens when you change it
Nothing to change — the stream is read-only.
Permissions
Not verified.
Related
- Event Catalog — every type that can appear here.
- Outbound webhooks — pushing these events to your own systems.
- Guide: Events and webhooks