Incident Status Page Updater
One webhook call updates your status sheet, alerts your internal team on Slack, and emails every subscriber — so reporting an incident update takes one API call instead of manually posting to three different places.
Automation flow
Incident Reported Webhook
Receives the incident update.
Normalize Incident
Cleans up title, status, and message.
Update Status Page Sheet
Upserts the incident record.
Notify Team
Internal Slack alert.
Notify Subscribers
BCC email to all subscribers.
How it works
- 1An incident update is posted with a title, status (investigating/identified/monitoring/resolved), and message.
- 2The status page sheet is updated (or created, if it's a new incident) — matched by title.
- 3Your internal team gets a Slack alert.
- 4All subscribers get an email update via BCC.
Services used
What you'll need
- An n8n Cloud or self-hosted account
- A Google account (Sheets)
- A Slack workspace
- A way to trigger the webhook (manually via a simple internal tool, or from your monitoring system)
What's included
- One call updates every channel at once
- Full incident history logged automatically
- Works standalone or triggered from monitoring tools
- Easy to pair with a public status page
Estimate what this could save you
3.6 hours/month
≈ $108/month in your time
A rough estimate based on what you enter above — not a guarantee. Actual time saved depends on your process.
Make it yours
- Add a public-facing page (a simple static site or another n8n webhook) that reads directly from the
Status Pagesheet for live public visibility. - Auto-trigger this from your monitoring tool (
website-uptime-monitoror similar) instead of manual webhook calls. - Swap the BCC email approach for a proper transactional email service if your subscriber list is large.
Works well with this automation
Ad Platform Lead Router
Meta/LinkedIn Lead Ads leads are instantly logged, auto-replied to, and pushed to sales on Slack.
AI Customer Survey Insights Digest
Collects Google Forms survey responses as they arrive, then has AI write a weekly digest of sentiment, themes, and standout quotes.
AI SEO Rank Tracker & Digest
Checks your Google rankings weekly via SerpAPI, logs the history, and has AI write a plain-English digest of what's improving and what needs attention.
Save with the complete system: IT & Monitoring Bundle
Instead of buying separately: $117 — System: $49
Questions about this template
Secure checkout via Polar. Delivered by email instantly.
Structurally validated: automatically checked for valid n8n format before every deploy.
- Difficulty
- Medium
- Setup time
- ~20 min
- Integrations
- 4
- Node count
- 8
- Format
- .json + guide