Weekly Business and Household Task Planner Integration - n8n Workflow

Automate your weekly rhythm planning. This n8n workflow template aggregates tasks from Notion, generates a comprehensive digest, and sends it via email and Telegram for seamless organizational management.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

Who is this best for?

Professionals looking for scheduled task aggregation.
Users leveraging Notion for project and task management.
Individuals seeking advanced n8n workflow templates for personal organization.
n8n users who need reliable weekly reporting and communication tools.

Overview

Managing weekly tasks across business and household domains can be challenging. This robust n8n workflow solves this by providing a unified automation engine that runs every week, ensuring you start your rhythm planned and organized. This specific n8n workflow is designed to query a dedicated Notion database for weekly tasks, compile them using custom JavaScript functions, and distribute the plan digest. The modularity of this n8n template allows users to easily toggle integrations like Notion, partner notifications, and Telegram alerts, making it a highly customizable core logic flow control solution. Every component, from the initial n8n trigger to the final communication n8n node, is built for reliability.

How it Works

This powerful n8n workflow operates on a strict weekly cadence, driven by the Weekly Cron n8n trigger.


  1. Trigger & Configuration: The flow starts with the Weekly Cron n8n trigger (or a Manual Trigger for testing). It immediately proceeds to the Set: User Config n8n node where essential variables, such as feature flags (Notion, Partner, Telegram enablement), are defined.

  2. Data Source Logic: An If: Notion Enabled? n8n node checks configuration. If Notion is enabled, the workflow queries the configured database using the Notion: Get Tasks n8n node. The results are cleaned and parsed by the Function: Extract Notion Tasks n8n node. If Notion is disabled, the workflow proceeds using the Function: Sample Tasks n8n node, which provides default or placeholder data.

  3. Digest Generation: All collected data paths converge into the central Function: Build Weekly Plan n8n node. This crucial n8n node formats the raw data into a human-readable, actionable weekly digest.

  4. Distribution: The prepared digest is immediately sent to the user via the Email: Send to You n8n node.

  5. Conditional Notifications: The workflow then checks two critical branching points: If: Partner Enabled? leads to an email notification via Email: Send to Partner, and If: Telegram Enabled? sends the digest through the Telegram: Notify n8n node.

  6. Error Handling: A dedicated On Error n8n trigger ensures that if any part of the execution fails, an error email is sent to the owner, maintaining high reliability for this n8n workflow.

Installation Guide

To deploy this n8n workflow, follow these steps:


  1. Import: Copy the provided JSON data and paste it directly into your n8n instance using the 'Import Workflow' function.

  2. Credentials: Once imported, you must attach credentials to the following nodes:

Email (for 'Email: Send to You', 'Email: Send to Partner', and error notifications).
Notion (if enabling Notion integration).
* Telegram (if enabling Telegram notifications).

  1. User Config: Update the Set: User Config n8n node with your specific email addresses, Notion database ID, and boolean flags (true/false) for enabling Partner and Telegram notifications.

  2. Notion Setup (If Used): Ensure the Notion: Get Tasks n8n node is configured with the correct Database ID and query filters relevant to your weekly tasks.

  3. Activation: Set the workflow to 'Active'. The Weekly Cron n8n trigger will handle scheduled execution.

Node Details

Weekly Cron (n8n trigger): The primary n8n trigger that runs the entire n8n workflow on a preset weekly schedule.
Set: User Config (n8n node): Defines global variables, including recipient emails and feature toggles (e.g., notionEnabled, partnerEnabled, telegramEnabled).
If: Notion Enabled? (n8n node): A core logic flow control node that determines whether to retrieve tasks from Notion or use local sample data.
Notion: Get Tasks (n8n node): Executes a query against a specified Notion database to fetch relevant weekly tasks.
Function: Build Weekly Plan (n8n node): Contains custom JavaScript logic crucial for compiling and structuring the task data into the final weekly digest format.
Email: Send to You (n8n node): Sends the final, formatted weekly plan digest to the workflow owner.
If: Partner Enabled? / If: Telegram Enabled? (n8n nodes): Conditional n8n nodes that allow optional parallel distribution of the weekly plan via email or Telegram based on user configuration settings in the n8n template.
On Error (n8n trigger) and On Error → Email Owner (n8n node): Essential error handling nodes that ensure the user is notified instantly if the n8n workflow fails unexpectedly.

Related n8n Workflows

Paid

Nodes: 10 Nodes
Updated: December 26 2025
View all
Created by

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

Featured*