Skip to content

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:

POST /api/webhooks/email/bounce

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:

  1. Go to the notification settings (see Email & Webhooks)
  2. Add a channel with its webhook URL (e.g. a Slack Incoming Webhook)
  3. Choose which events trigger a notification (new critical findings, KEV matches, SLA breaches)

See also