Notifications
Notifications
Paggio can notify you when important webhook events happen — directly in the tools your team already has open. Use notifications to catch failures quickly and keep an eye on production without staring at the dashboard.
Where to configure:Notification settings live in Dashboard → Settings → Notifications. From there you can choose which events trigger alerts and which channels to send them to.
What notifications Paggio sends
- Delivered — webhook was forwarded successfully (2xx from your endpoint).
- Failed — forwarding failed (4xx/5xx/timeout) so you can investigate and replay.
- Captured — event was received but no destination URL is configured yet.
Supported channels
- Discord — rich embeds with source, status, latency, endpoint, and a link back to the event. Read the Discord guide.
- Slack — Block Kit messages in your chosen channel for delivered, failed, or captured events. Read the Slack guide.
- Email — coming soon for daily digests and critical failure alerts.
Notification filters
Filters are applied per user. You can choose whether Discord/Slack are notified for delivered, failed, and captured events independently. A common pattern is:
- • Production: only failures go to your "alerts" channel.
- • Staging: everything goes to a dedicated "webhooks" channel.
Once notifications are configured, you can always correlate a message back to a full event in the Events and Replay views in the dashboard.