Webhooks & Notifications¶
SentriKat can notify external systems (Slack, Microsoft Teams, Discord, email) when vulnerabilities match your inventory.
Configured from the UI
Notification channels and webhooks are configured from the web interface — see Email & Webhooks. There is no public CRUD API for webhooks yet: this page will be updated when the API ships.
Inbound: email bounce webhook¶
The only webhook-related HTTP endpoint currently exposed is an inbound endpoint used by email providers to report bounces, so SentriKat can stop sending to invalid addresses:
This is called by your email provider's bounce notification system — you normally never call it yourself.
Outbound notifications¶
Slack / Teams / Discord / email alerts are managed in the UI:
- Go to the notification settings (see Email & Webhooks)
- Add a channel with its webhook URL (e.g. a Slack Incoming Webhook)
- Choose which events trigger a notification (new critical findings, KEV matches, SLA breaches)
See also¶
- Email & Webhooks — full setup guide
- Alerts — alert rules and escalation