Log workflow errors to Slack and Google Sheets
Who’s it for This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error monitoring, alerting, and historical logs without building custom observability tooling.
What it does / How it works This workflow automatically captures and logs errors whenever any other n8n workflow fails.
Here’s how it works:
The Error Trigger node activates automatically when a workflow execution fails.
It captures key error details:
Workflow name
Execution URL
Last node executed
Error message
A formatted alert message is generated.
The error summary is immediately sent to a designated slack channel for real-time visibility.
At the same time, the full error details are appended as a new row in a Google Sheets document for long-term tracking and analysis.
All of this runs automatically with no manual intervention.
Requirements To use this workflow, you’ll need:
Slack API credentials
Google Sheets OAuth2 credentials
A Slack channel for workflow alerts (e.g. #alerts-n8n-workflows)
A Google Sheet with columns for:
Workflow name
Execution URL
Node name
Error message
How to set up Import this workflow into your n8n instance. Connect your Slack credentials in the Slack node. Select the Slack channel where alerts should be sent. Connect your Google Sheets credentials. Replace the Google Sheet ID with your own error log sheet. Ensure the column mappings match your sheet structure. Activate the workflow.
Once enabled, it will automatically monitor all workflows for failures.
How to customize the workflow You can easily adapt this template to your needs:
Change the Slack message format in the Set message node. Log additional metadata (execution time, environment, tags, etc.). Add more notification channels (Email, PagerDuty, Microsoft Teams). Extend logging to databases or observability tools.
Why use this template
🚀 Instant visibility into workflow failures
🧠 Centralized error history for debugging and audits
🔁 Fully automated, no manual checks required
🛠️ Easy to extend as your automation stack grows
This template helps you keep your n8n automations reliable, observable, and production-ready.
Related Templates
Send Daily Weather Forecasts from OpenWeatherMap to Telegram with Smart Formatting
🌤️ Daily Weather Forecast Bot A comprehensive n8n workflow that fetches detailed weather forecasts from OpenWeatherMap...
Lookup IP Geolocation Details with IP-API.com via Webhook
This n8n template enables you to instantly retrieve detailed geolocation information for any given IP address by simply ...
Send alert when data is created in app/database
This template shows how you can take any event from any service, transform its data and send an alert to your desired ap...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments