Skip to main content

Automatic pantry inventory management with Notion and email notifications

Workflow preview

Workflow preview
100%
Automatic pantry inventory management with Notion and 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

Pantry Soft Stock Refill — Notion Thresholds → Grocery List + Email What it does (the vibe) Your pantry’s calm concierge. Each evening it checks your Notion Pantry for items at or below your Reorde...

Best for

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

Tools used

n8n-nodes-base.cron, n8n-nodes-base.set, n8n-nodes-base.notion, n8n-nodes-base.function, n8n-nodes-base.emailsend, n8n-nodes-base.errortrigger, n8n-nodes-base.stickynote

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
Automatic pantry inventory management with Notion and email notifications
Workflow name
Automatic pantry inventory management with Notion and email notifications

Pantry Soft-Stock Refill — Notion Thresholds → Grocery List + Email

What it does (the vibe)

Your pantry’s calm concierge. Each evening it checks your Notion Pantry for items at or below your Reorder Level, adds tidy rows to Grocery List, and sends a pretty summary email you can shop from. ✨🛒

Perfect for

Moms, home managers, and founders who want a kitchen that quietly manages itself—no last-minute “we’re out!” moments.

Requirements

  • n8n with Notion + Email credentials connected
  • Two Notion databases: Pantry and Grocery List

Notion schema (copy me)

Pantry

  • Name (title)
  • Quantity (number)
  • ReorderLevel (number)
  • Notes (rich_text, optional)

Grocery List

  • Item (title)
  • Qty (number)
  • Status (select: To Buy, Done)
  • Source (text)
  • Notes (rich_text, optional)

How it flows (nodes)

  1. Cron – daily at 6pm (edit to taste)
  2. Notion: Search – finds items at/below ReorderLevel
  3. Function – calculates how many to add (ReorderLevel − Quantity, minimum 1)
  4. Notion: Create – writes rows to Grocery List with Status = To Buy
  5. Function + Email – sends a chic, readable checklist (or a “You’re fully stocked ✨” note if nothing to buy)

60-second setup

  • Replace placeholders: YOUR_NOTION_PANTRY_DB, YOUR_NOTION_GROCERY_DB, YOUR_EMAIL
  • Connect Notion + Email credentials (no secrets in nodes)
  • Run once with a test item to confirm a new Grocery List row appears
  • Adjust the Cron time to your evening rhythm

Nice touches you can toggle

  • Add Source = Auto to track automation adds
  • CC a partner or roommate on the email
  • Optional Telegram ping for “urgent” items (milk, diapers, coffee ☕)

Submission notes

  • Markdown only ✅
  • No hardcoded API keys ✅
  • Real-world use case, minimal setup ✅

Enjoy the quiet luxury of a pantry that plans ahead. 💖

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 - Daily Trigger

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

Block 2 - User Config

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

Block 3 - Get Pantry Items

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

Block 4 - Get Existing To Buy

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

Block 5 - Compute To-Buy List

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

Block 6 - Create in Grocery List

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

Block 7 - Compose Email

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

Block 8 - Send Email

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

Block 9 - Error Handler

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

Block 10 - ## Description

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

Block 11 - ## Setup Checklist

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

Block 12 - ## Demo & Gallery

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

Block 13 - ## QA / Test Plan

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

Block 14 - ## Tags & Category

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

Block 15 - ## Attribution & License

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

3. Summary Table

Workflow Automatic pantry inventory management with Notion and email notifications
Complexity advanced
Nodes 15
Categories Personal Productivity, Multimodal AI
Author Shelly-Ann Davy
Published 26 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7918/7918.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 Automatic pantry inventory management with Notion and email notifications do?

Pantry Soft Stock Refill — Notion Thresholds → Grocery List + Email What it does (the vibe) Your pantry’s calm concierge. Each evening it checks your Notion Pantry for items at or below your Reorde...

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.