alert.resolved
An alert is resolved, either manually or by an integration.
Auth
- Auth method
hmac-sha256- Signature header
X-PagerDuty-Signature- Signature detail
- HMAC-SHA256 of the raw request body using the webhook subscription's signing secret. The header contains a v1 prefix: 'v1=<hex-digest>'.
- Idempotency header
X-Webhook-Id- Event ID header
X-Webhook-Id
Delivery
- Guarantees
- at-least-once
- Backoff
- PagerDuty retries failed webhook deliveries with exponential backoff.
Payload schema (field names + types only)
event object requiredid string requiredevent_type string requiredresource_type string requiredoccurred_at string requiredagent object | null client object | null data object requiredid string requiredstatus string (enum) requiredalert_key string created_at string updated_at string incident object service object body object