Use Cases
- Receive weekly updates on workflow failures directly to Telegram.
- Monitor performance issues in automated workflows.
- Ensure timely responses to execution failures.
How It Works
Scheduled trigger initiates the workflow every week. Fetches all previous executions to identify failures. Filters executions based on the last week's data. Sets up a message for each failed execution. Aggregates all failure messages into a single report. Sends the compiled report to Telegram.
Setup Steps
- 1Import the workflow template into your n8n instance.
- 2Set up your Telegram credentials and chat ID.
- 3Configure the schedule trigger to your preferred timing.
- 4Select the workflow you want to monitor for failures.
- 5Activate the workflow to start receiving notifications.
Apps Used
Telegram
n8n
Categories
Target Roles
Tags
#notifications
#workflow management
#process automation