Block 1 - Sticky Note
- 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.
iMessage AI Powered Smart Calorie Tracker What it looks like in use: This image shows a visual of the workflow in action. Use it for ref...
n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorypostgreschat, n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Harvey.
Original n8n.io source> 📌 What it looks like in use:
> This image shows a visual of the workflow in action. Use it for reference when replicating or customizing the template.
This n8n template transforms a user-submitted food photo into a detailed, friendly, AI-generated nutritional report — sent back seamlessly as a chat message. It combines OpenAI's visual reasoning, Postgres-based memory, and real-time messaging with Blooio to create a hands-free calorie and nutrition tracker.
Webhook Trigger
The workflow begins when a message is received via Blooio. This webhook listens for user-submitted content, including any image attachments.
Image Validation and Extraction
A conditional check verifies the presence of attachments. If images are found, their URLs are extracted using a Code node and prepared for processing.
Image Analysis via AI Agent
Images are passed to an OpenAI-based agent using a custom system prompt that:
Memory Integration
A Postgres memory node stores user interactions for recall and contextual continuity, allowing day/week/month reports to be generated based on cumulative messages.
Response Aggregation & Summary
Messages are aggregated and summarized by a second AI agent into a single concise message to be sent back to the user via Blooio.
Message Dispatch
The final message is posted back to the originating conversation using the Blooio Send Message API.
Prompt Tuning
Tailor the system prompt in the AI Agent node to fit specific diets (e.g., keto, diabetic), age groups, or regionally-specific foods.
Analytics Dashboards
Hook up your Postgres memory to a data visualization tool for nutritional trends over time.
Multilingual Support
Adjust the response prompt to translate messages into other languages or regional dialects.
Image Preprocessing
Insert a preprocessing node before sending images to the model to resize, crop, or enhance clarity for better results.
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 | iMessage food photo nutritional analysis with GPT-4 Vision & Memory Storage |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Personal Productivity, AI Chatbot |
| Author | David Harvey |
| Published | 30 Jun 2025 |
Use the JSON export at /data/workflows/5461/5461.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.
iMessage AI Powered Smart Calorie Tracker What it looks like in use: This image shows a visual of the workflow in action. Use it for ref...
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.