# Alert Webhooks

Alert Webhooks allow you to forward security notifications from Sentry to your existing communication and incident response tools in real-time. Integrate with Slack, Discord, PagerDuty, or any custom system to ensure security alerts reach your team wherever they work.

<figure><img src="/files/knauGkx3cYyHVRuqkS47" alt=""><figcaption></figcaption></figure>

## Why Use Webhooks?

### Real-Time Notification

Critical security events require immediate attention:

* Credential breach detected → instant Slack message
* Domain content changed → PagerDuty alert
* Critical GitHub vulnerability → Discord notification
* War room created → notify all stakeholders

Webhooks deliver alerts within seconds of detection.

### Workflow Automation

Webhooks enable automation:

* Create tickets in Jira/Linear from security findings
* Update status pages when incidents detected
* Trigger runbooks in incident response platforms
* Log events to SIEM systems
* Start automated remediation workflows

## Supported Event Types

Configure webhooks to receive specific event types:

* **SECURITY\_EVENT** - General security events, policy violations, unusual activity
* **BREACH\_ALERT** - Credential breaches and compromised passwords
* **DOMAIN\_CHANGE** - Domain content, DNS, security headers, SSL/TLS changes
* **GITHUB\_ALERT** - Suspicious commits, vulnerabilities, secret exposures
* **MEMBER\_CHANGE** - Team member additions, removals, permission changes
* **SMART\_CONTRACT\_ALERT** - Smart contract critical issues

## Next Steps

* [Platform Integrations](/monitoring/alert-webhooks/platform-integrations.md) - Slack, Discord, PagerDuty setup
* [Webhook Management](broken://pages/SVuiQMNXUP7CMi5eqARA) - Monitoring and troubleshooting


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentry.auditware.io/monitoring/alert-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
