Community Meal Plan Generator
detail.loadingPreview
Automatically generates a weekly meal plan from your Mealie recipes.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches recipes from your Mealie instance and randomly selects a specified number of them to create a dinner meal plan for the upcoming days. It's designed to be a community-contributed template for efficient meal planning.
Key Features
- Fetches recipes from Mealie API.
- Randomly selects recipes for meal plan.
- Supports filtering by recipe category.
- Configurable number of recipes and offset days for the plan.
- Can be scheduled to run automatically.
How To Use
- Import this workflow into your n8n instance.
- Set up a "Mealie Header Auth" credential with your Mealie API token.
- In the 'Config' node, update:
mealieBaseUrl: Your Mealie instance URL (e.g.,{{ $env.WEBHOOK_URL }})numberOfRecipes: The desired number of recipes for your plan.offsetPlanDays: The number of days to offset the plan (0 means starting today).mealieCategoryId: (Optional) The ID of a specific Mealie category to pull recipes from. Leave blank to use all recipes.
- Configure the 'Schedule Trigger' node to your preferred execution time (e.g., Friday 8 PM).
- Test the workflow to ensure it generates a meal plan as expected.
Apps Used
Workflow JSON
{
"id": "8ddeea07-70be-4d54-a392-0f475725bc3f",
"name": "Community Meal Plan Generator",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 8ddeea07-70be...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Integrations
- Google Sheets + Schedule Trigger(394 workflows)
- Schedule Trigger + Split Out(287 workflows)
- Gmail + Schedule Trigger(270 workflows)
- Schedule Trigger + Telegram(152 workflows)
- Schedule Trigger + Slack(143 workflows)
- Google Drive + Schedule Trigger(97 workflows)
- Airtable + Schedule Trigger(86 workflows)
- Email Send + Schedule Trigger(75 workflows)
- Execute Workflow Trigger + Schedule Trigger(73 workflows)
- n8n + Schedule Trigger(72 workflows)
Related Workflows
Discover more workflows you might like
Workflow Dashboard with Mermaid.js
Visualize your n8n workflows with Mermaid.js.
ConvertKit: Add Subscriber to Form and Tag
Adds a subscriber to a ConvertKit form and a specific tag.
Create Website Screenshot and Send to Telegram
Captures a screenshot of a given website URL and sends it to a Telegram channel.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.
RAG on Living Data
Integrates RAG (Retrieval-Augmented Generation) with dynamic, living data sources to provide context-aware answers.
Loading Data Into a Spreadsheet
This workflow demonstrates loading mock CRM contact data into a target destination like a spreadsheet.