Block 1 - Sticky Note Collection
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description: Transform your health data into actionable meal plans with an Advanced AI Chain. This workflow goes beyond a simple prompt. It orchestrates a chain of Google Gemini agents to mana...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by NODA shuichi.
Original n8n.io sourceDescription: Transform your health data into actionable meal plans with an Advanced AI Chain. 🥗🤖
This workflow goes beyond a simple prompt. It orchestrates a chain of Google Gemini agents to manage your blood pressure. It acts as a personal health assistant that analyzes your data, strategizes a diet plan, and finds real-world recipes.
Dual AI Logic: Uses Gemini (1.5-flash) in two stages—first to decide the search strategy based on BP status (High/Normal), and second to synthesize a 5-day meal plan.
Real Recipe Search: Automatically searches Google for recipes that match the AI's dietary strategy (e.g., "Low sodium dinner").
Visual Tracking: Generates a blood pressure trend chart using QuickChart.io and attaches it to the email report.
Organized Layout: Nodes are clearly grouped into sections (Data Collection, AI Strategy, Execution, Synthesis) for easy customization.
Analyze: Fetches last 7 days of BP data from Google Sheets.
Decide: AI determines the best search keywords (e.g., "Dash diet recipes") based on your average BP.
Execute: Searches for recipes and generates a chart simultaneously.
Synthesize: AI combines the recipes and health stats into a weekly plan.
Deliver: Emails the plan and chart to you.
Google Sheets: Create headers: date, systolic, diastolic.
Google Gemini API Key
Google Custom Search API Key & Engine ID
Gmail
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.
| Workflow | Generate personalized BP meal plans with Gemini, Google Search, and QuickChart |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Personal Productivity, AI Chatbot |
| Author | NODA shuichi |
| Published | 23 Nov 2025 |
Use the JSON export at /data/workflows/11154/11154.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description: Transform your health data into actionable meal plans with an Advanced AI Chain. This workflow goes beyond a simple prompt. It orchestrates a chain of Google Gemini agents to mana...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI Chatbot use case.