Block 1 - Microsoft 365 Trigger
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
Manual incident triage kills your MTTR. This workflow automates the first response so your engineers get actionable tickets instead of raw alerts. This workflow takes unstructured incident reports ...
n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.jira, n8n-nodes-base.if, n8n-nodes-base.pagerduty, n8n-nodes-base.microsoftteams
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mychel Garzon.
Original n8n.io sourceManual incident triage kills your MTTR. This workflow automates the first response so your engineers get actionable tickets instead of raw alerts.
This workflow takes unstructured incident reports from Microsoft 365 and turns them into structured Jira tickets with severity, affected systems, root cause hypothesis, and recommended actions. It analyzes impact, routes critical failures to PagerDuty, and posts clear summaries to Teams.
The workflow operates in four synchronized stages:
The workflow runs in four stages:
Reliable ingestion: Webhook triggers and returns 202 Accepted immediately. This prevents the source system from timing out or sending duplicate retries while the AI processes the data. Security and deduplication:
Validation: Checks webhook signatures and sanitizes input to block prompt injection. Idempotency: Compares incident ID against a 1,000-event rolling window in staticData. No duplicate tickets for the same issue.
AI analysis: GPT-4o-mini analyzes the report. Extracts a title, assigns severity (P1-P4), identifies affected systems, generates root cause hypothesis and next steps. The Parse & Enrich node catches malformed AI output and fails gracefully into a "Manual Review" state. Orchestrated response:
Ticketing: Creates a Jira Incident with mapped priorities and triage labels. Escalation: Triggers PagerDuty for P1 and P2 incidents only.
Visibility: Posts an Adaptive Card to Teams with summary and direct link to the Jira ticket.
WEBHOOK_SECRET, JIRA_PROJECT_KEY, JIRA_DOMAIN, PAGERDUTY_SERVICE_ID, and PAGERDUTY_EMAIL.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Triage Microsoft 365 incidents into Jira with GPT-4o-mini, PagerDuty and Teams |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Ticket Management, AI Summarization |
| Author | Mychel Garzon |
| Published | 12 May 2026 |
Use the JSON export at /data/workflows/15674/15674.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Manual incident triage kills your MTTR. This workflow automates the first response so your engineers get actionable tickets instead of raw alerts. This workflow takes unstructured incident reports ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI Summarization use case.