Skip to main content

Generate weekly grocery lists in Notion with automated email notifications

Workflow preview

Workflow preview
100%
Generate weekly grocery lists in Notion with automated email notifications preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for Busy homemakers, creators, and anyone who wants a simple, no cost way to plan weekly meals and get a ready to shop grocery list—without extra apps. What it does Runs on a weekly Cron s...

Best for

  • Personal Productivity automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.cron, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.telegram

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shelly-Ann Davy.

Original n8n.io source

1.1 Workflow description

Title
Generate weekly grocery lists in Notion with automated email notifications
Workflow name
Generate weekly grocery lists in Notion with automated email notifications

Who’s it for

Busy homemakers, creators, and anyone who wants a simple, no-cost way to plan weekly meals and get a ready-to-shop grocery list—without extra apps.

What it does

Runs on a weekly Cron schedule, generates a grocery list, creates rows in your Notion database (Ingredient, Quantity, Status), and emails the list (optional Telegram confirmation). It includes a Notion connection check, detailed error notifications (email and optional Telegram), a success email with timestamp, and optional persistent logging to a Notion “Logs” database.

Requirements

  • Notion account + integration connected to your database
  • SMTP credentials for the Email node
  • (Optional) Telegram bot and chat ID for alerts
  • (Optional) Notion log database if you want persistent logs

How to set up

  1. Import the workflow and open Set: Configuration to fill:
    • fromEmail, emailTo, notifyEmail, notionDb, telegramChatId
    • (Optional) logToNotion (true/false), notionLogDb
  2. In Notion, create a DB with properties:
    • Ingredient (Title), Quantity (Rich text), Status (Select: “To Buy”)
  3. Attach your Notion and SMTP credentials (and Telegram if used).
  4. Run once to test, then set Cron to your preferred weekly time.

How to customize

  • Edit the recipe/grocery items in the Code node.
  • Change the Cron schedule (test with “Every minute,” then revert to weekly).
  • Enable Telegram alerts, and/or turn on Notion logging for audit trails.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - README – Template Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Cron: Weekly Meal Plan (Sun 6 PM)

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 3 - Set: Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 4 - Code: Generate Grocery Items

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Notion: Add to Grocery List

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2

Block 6 - IF: Telegram Enabled?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 7 - Email: Send Grocery List

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 8 - Telegram: Confirmation

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Setup Tips

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Notion: Validate Database Connection

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2

Block 11 - Catch: Error Handling

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 12 - Email: Send Error Notification

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 13 - Email: Send Success Notification

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 14 - Log: Workflow Execution

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 15 - Format: Error Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - IF: Telegram Enabled (Error)?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 17 - Telegram: Error Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 18 - IF: Log to Notion?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 19 - Notion: Append Log Entry (Success)

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2

Block 20 - Notion: Append Log Entry (Error)

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2

3. Summary Table

Workflow Generate weekly grocery lists in Notion with automated email notifications
Complexity advanced
Nodes 20
Categories Personal Productivity, Multimodal AI
Author Shelly-Ann Davy
Published 15 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7427/7427.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate weekly grocery lists in Notion with automated email notifications do?

Who’s it for Busy homemakers, creators, and anyone who wants a simple, no cost way to plan weekly meals and get a ready to shop grocery list—without extra apps. What it does Runs on a weekly Cron s...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, Multimodal AI use case.