Automated Weekly Failure Reports to Telegram
detail.loadingPreview
Stay ahead of issues with automated weekly reports. This n8n workflow monitors your n8n instance for failed executions and sends a consolidated summary directly to your Telegram chat.
About This Workflow
This n8n workflow provides an automated solution for monitoring the health of your automated processes. Scheduled to run weekly, it queries your n8n instance to identify any workflows that failed within the last seven days. Each failed execution is then formatted into a clear, actionable message, linking directly to the execution details within n8n. Finally, all failure messages are aggregated and delivered in a single, easy-to-digest update to a designated Telegram chat, ensuring you're always informed of critical issues without manual checks.
Key Features
- Automated Monitoring: Proactively identify workflow failures without constant manual oversight.
- Weekly Reporting: Receive comprehensive failure summaries on a consistent schedule.
- Direct Telegram Alerts: Get immediate notifications in your preferred communication channel.
- Actionable Insights: Messages include direct links to failed executions for quick investigation.
- Customizable Notifications: Easily configure which workflows to monitor and where to send alerts.
How To Use
- Schedule Trigger: Configure the
Schedule Triggernode to run your workflow weekly (or at your desired interval). - Get Executions: In the
Get all previous executionsnode, set theworkflowIdparameter to the specific workflow(s) you want to monitor. You may need to create n8n credentials for this. - Filter Failures: The
Filter for executions of the weeknode automatically checks for executions that finished in the last 7 days and did not finish successfully (finishedis false). - Format Messages: The
Set a message for each failed executionnode creates a clear message for each failure, including the workflow name and a link to the execution. - Aggregate Reports: The
Aggregate all messagesnode combines all individual failure messages into a single list. - Send to Telegram: Configure the
Telegramnode with your Telegram bot token and chat ID to receive the consolidated weekly failure report.
Apps Used
Workflow JSON
{
"id": "fcc1b9b8-88ea-447d-9146-431bcf1e4e25",
"name": "Automated Weekly Failure Reports to Telegram",
"nodes": 6,
"category": "DevOps",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: fcc1b9b8-88ea...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.