PagerDuty Incident Enrichment
Automatically enrich new PagerDuty incidents with service context, severity, assigned responder, and action suggestions — posted to your war room Slack channel.
Overview
**What it does**: Webhook (PagerDuty incident.triggered event) → fetch full incident details via PagerDuty API (affected service, urgency, assigned on-call, last incident on this service) → LLM enriches: what service, what's usually caused this, immediate next steps, escalation triggers → Slack to #incident-war-room with rich context card. **Setup (4 steps)**: 1. Configure PagerDuty webhook: Settings → Integrations → add n8n webhook for incident.triggered event 2. Add PagerDuty API credentials: API key with incident read permission 3. Configure Slack channel: #incident-war-room 4. Test: trigger test incident in PagerDuty; verify enriched context appears in Slack within 5 sec **Apps/nodes**: Webhook (PagerDuty), HTTP request (PagerDuty API), OpenAI (enrichment), Slack. **Credentials required**: PagerDuty API key, OpenAI account, Slack workspace. **Difficulty**: Easy | **Setup time**: 7 minutes. **Business outcome**: On-call engineers get incident context without switching apps → MTTR ↓ 30%, escalation decisions ↑ faster, context loss ↓ 100%.
What's included
Quickstart
- 01
Download the JSON
With an active Library Pass, download the workflow file right from this page or your dashboard.
- 02
Import into n8n
Choose Import from File and select the downloaded JSON. The full agent graph appears, ready to configure.
- 03
Plug in credentials
Each integration node prompts for credentials on first run. The setup guide lists every credential the agent expects.
- 04
Activate and test
Run once with sample input, confirm the expected output, then flip the activate toggle.
Frequently Asked Questions
How do I import this workflow into n8n?
What credentials do I need to provide?
Are the credentials included in the JSON file?
Can I edit or customize the workflow after importing?
What n8n version is required?
What if something breaks after I import it?
Can I use this workflow for my customers or business?
Will the workflow receive updates?
Do I need n8n Pro or a paid plan?
Can I ask for a custom workflow?
Reviews (0)
No reviews yet. Be the first.
Sign in to leave a review.
Included with any pass
This agent — and every other in the library — comes with a Library Pass. One pass, the whole catalog.
Get a Library Pass- Every agent in the library
- All new releases while active
- Unlimited downloads
- Commercial-use license
- Priority email support
- 30-day money-back guarantee
More in Incident Response
Deployment Rollback Alert
On critical service deployment failure: LLM assesses blast radius and rollback safety, notifies on-call with rollback recommendation (auto or manual).
Event Correlation & Root Cause Finder
On incident: correlate events from the past hour, identify the first event in the chain, LLM forensics the root cause and proposes remediation.
Kubernetes Pod CrashLoop Alert
Detect K8s pod crashes; fetch last 50 logs; LLM diagnoses (app error, OOMKilled, liveness probe, etc.) and suggests recovery steps — escalate to #k8s-alerts.