Configure outbound webhooks

Send alerts to Slack, Microsoft Teams, or a SIEM.

Last updated 2026-05-11 Monitoring

You can route alerts to Slack, Microsoft Teams, or any HTTP endpoint (SIEM, custom integration) directly from your audit dashboard.

Add a webhook

  1. Open your audit dashboard.
  2. Go to the Webhooks tab.
  3. Click Add webhook. Enter the destination URL and pick the events you want to receive.
  4. Click Send test event to confirm delivery.

Event types

  • finding.detected — new finding discovered.
  • finding.fix_applied, finding.fix_verified, finding.fix_regressed — lifecycle events.
  • scan.completed — a periodic scan finished.
  • ransomware.match — ransomware-leak match for your domain.

Payload format

Webhook payloads are JSON. Each event includes a unique id, the event type, a timestamp, and a data object with finding details. Failed deliveries retry with exponential backoff.

Did this answer your question? If not, the AI assistant in the bottom-right can help, or email [email protected].