Critical Note: You Must Handle the Incoming Webhook
Stacuity will send the event payload to the webhook URL you configure—but you must have a system on the other end ready to receive and process it.
If there's no application listening at the webhook URL (e.g., to process the payload, store it, or trigger a response like an email alert), nothing will happen, even if the event is triggered correctly.
In summary:
- Events are triggered by activity.
- Event Handlers define where those events go.
- Event Maps control which events are sent where.
- But it’s your responsibility to ensure something is listening and responding to the webhook on your side.
The Stacuity platform automatically captures and stores all events, so you can review what happened in the past and understand patterns in your network operations. This helps you proactively manage your connectivity services and respond quickly when issues arise.
IMPORTANT: Events occur automatically, but you won't receive proactive notifications unless you properly configure the complete event chain
- Enable Event Generation: Set warning thresholds in bundles and enable other event triggers
- Create Event Maps: Set up Event Maps that define which events trigger notifications and their scope
- Configure Event Handlers: Set up Event Handlers (Webhooks) to define where notifications are delivered
Without this complete setup, events will only be visible in the Event Viewer - you won't get the proactive alerts needed for effective network management.
Updated 3 days ago