Skip to content
glossary / Event

Event

When a business operation succeeds or fails, the originated application will send an Event to Bitcaster with the related context.

Bitcaster will search all Notification that could match to the Event (depending on the Notification payload_filter)

Trigger URL

Each Event has an unique trigger url that can be seen on the top-left of the details page. Trigger url is compose as:

[SERVER_ADDRESS]/o/[organization]/p/[project]/a/[application]/e/[event]/trigger

Optionally you can provide a cid (correlation id) as query parameter string to correlate different events from same or other clients.

[SERVER_ADDRESS]/o/[organization]/p/[project]/a/[application]/e/[event]/trigger?cid=<correlation id>