Generate comprehensive weekly execution analytics reports for your n8n workflows. This n8n workflow template tracks errors, successes, and runtimes, delivering the report via Gmail or Outlook.
Download this n8n workflow template and start using it instantly.
n8n Administrators or Technical Leads managing self-hosted n8n instances.
Users who need regular, comprehensive performance metrics for their n8n workflow deployments.
Managing an environment full of active automation requires diligent monitoring. This specialized n8n workflow solves the tedious task of manually tracking execution health. It automatically queries the n8n API to retrieve details about all running n8n workflows and their execution history. By filtering this data to the last seven days, the n8n node aggregates statistics—including error counts, success rates, and average runtimes—and compiles them into a clean, styled HTML report. This ensures you always have up-to-date performance insights delivered directly to your inbox, making performance reviews and debugging much simpler. Use this as a powerful n8n templates solution for operational transparency.
This automated process begins with the Schedule Trigger n8n node, set to run weekly.
Get all Workflows metadata and another to Get all previous executions logs.Edit Field ID to workflowId n8n node ensures that workflow identification keys are standardized by renaming the workflow id to workflowId, which is necessary for joining the datasets.Merge n8n node combines the execution history with the descriptive workflow data based on the standardized workflowId field.Filter executions last week n8n node precisely isolates execution data from only the last 7 days using advanced date-time comparison expressions.Prepare html report Code n8n node executes custom JavaScript logic to group executions by workflow, calculate performance metrics (total counts, total runtime, average runtime per status: error, success, waiting), and dynamically generate a complete, styled HTML report body and email subject line.Send a message outlook and Send a message gmail) for reliable delivery to stakeholders.n8n nodes responsible for fetching execution logs require valid n8n API credentials configured within your instance that have access permissions for execution and workflow data.Send a message gmail n8n node.Send a message outlook n8n node.Schedule Trigger n8n node parameters if a frequency other than weekly is required. Ensure you customize the recipient email addresses in the final email nodes before activating the n8n workflow. Schedule Trigger: Function: This n8n trigger node initiates the execution every seven days, ensuring the weekly reporting cycle is automated. Key Configuration: Set to an interval of 7 days.
n8n Node (Get all Workflows / Get all previous executions): Function: These two n8n nodes interact with the local n8n API. They are configured to fetch all workflow metadata and all historical execution logs (Resource: execution, Return All: true). This is fundamental for the n8n workflow's analysis.
Edit Field ID to workflowId (Set Node): Function: Standardizes the naming convention by mapping the original id field retrieved from workflow data to workflowId, ensuring the subsequent Merge n8n node functions correctly.
Merge Node: Function: Combines the workflow metadata stream and the execution log stream, enriching the execution data with workflow names using the common workflowId field.
Filter executions last week (Filter Node): Function: This n8n node precisely filters the combined data using a date-time expression (startedAt after DateTime.now().minus({ days: 7 })) to capture only recent performance data for the report.
Prepare html report (Code Node): Function: This core n8n node calculates performance metrics (total counts, average runtimes per status) and programmatically generates the complete, styled HTML body and email subject line.
Deploy a powerful n8n workflow to automate weekly Meta Ads reporting. Fetch data, generate GPT-4 insights, create professional PDF reports using Pdforge, and send the file directly via Slack.

Create automated weekly marketing performance reports using an n8n workflow. This solution leverages GPT-4o for executive summaries, publishes to Google Docs, and notifies teams via Slack. Get started with these powerful n8n templates.

Use this powerful n8n workflow to automate weekly meal planning. Schedule an n8n trigger to generate grocery lists in Notion and send notifications via email or Telegram.

Deploy a powerful n8n workflow using LangChain agents (Writer and Editor) for recursive, high-quality content generation and automated editing feedback via GPT-4o. This n8n template automates content refinement.

Use this powerful n8n workflow to automate the generation of detailed YouTube channel profile reports directly into Google Slides, leveraging ChannelCrawler data and OpenAI (GPT-4) summarization. This n8n templates solution streamlines influencer reporting.

Cybersecurity and automation consultant specializing in n8n workflows for GDPR compliance, process optimization, and business integration. Helping teams streamline operations with secure, scalable automation solutions.







































