You can route alerts to Slack, Microsoft Teams, or any HTTP endpoint (SIEM, custom integration) directly from your audit dashboard.
Add a webhook
- Open your audit dashboard.
- Go to the Webhooks tab.
- Click Add webhook. Enter the destination URL and pick the events you want to receive.
- 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.