Get a weekly Telegram digest of failed runs for any workflow you choose. It helps ops and platform teams spot issues early without digging through logs. Great for teams that want a simple health check in chat.
A schedule runs every seven days. The n8n Executions node pulls the full run history for the selected workflow. A filter keeps only items from the last week and failed status. A Set step builds a short line for each failure with the workflow name and a link to the run. An Aggregate node collects all lines into one message, and the Telegram node posts it to your chat.
You need an n8n API token, a Telegram bot token, and the chat id. After connecting, pick the workflow to monitor and adjust the timing if needed. Expect fewer missed failures and faster follow up during weekly reviews and standups.