What This Workflow Does
This n8n automation transforms customer recipe requests from Gmail and web forms into complete, personalized recipes using Ollama's Llama 3.2 AI model. It solves the time-consuming process of manually creating recipes for each customer inquiry, whether they're asking for meal ideas based on specific ingredients, dietary restrictions, or culinary preferences.
The system automatically extracts key details from incoming messages, analyzes the requirements using AI, and generates professionally formatted recipes complete with ingredients lists, step-by-step instructions, estimated preparation time, and nutritional considerations. The processed recipes can then be automatically emailed back to customers or stored in your preferred database.
How It Works
1. Request Collection
The workflow monitors your designated Gmail inbox and connected web forms for recipe requests. It identifies messages containing recipe inquiries based on configured keywords and patterns.
2. Content Analysis
Each request is processed to extract key parameters: main ingredients, dietary restrictions (vegan, gluten-free, etc.), cuisine preferences, serving size, and any special instructions. The system uses natural language processing to understand context and nuances in free-form requests.
3. AI Recipe Generation
The extracted parameters are sent to Ollama's Llama 3.2 model, which generates a complete recipe matching the request. The AI considers flavor pairings, cooking techniques, and nutritional balance while adhering to any specified constraints.
4. Response Delivery
The generated recipe is formatted into a professional template and either emailed back to the customer or stored in your content management system. The workflow can optionally include AI-generated images of the dish if visual content is needed.
Who This Is For
This automation is ideal for meal kit delivery services, food bloggers, recipe websites, nutritionists, restaurants with catering operations, and any food business that regularly creates customized recipes for customers. It's particularly valuable for businesses receiving high volumes of recipe requests or those offering personalized meal planning services.
What You'll Need
- An n8n instance (cloud or self-hosted)
- Ollama installed with Llama 3.2 model
- Gmail account or form submission endpoint
- Optional: Database or CMS for storing generated recipes
Quick Setup Guide
- Download and import the JSON template into your n8n instance
- Configure your Gmail or form trigger with appropriate filters
- Set up connection to your Ollama instance
- Customize the recipe output template to match your branding
- Define where completed recipes should be sent (email, database, etc.)
- Test with sample requests and refine parameters as needed
Key Benefits
Reduce recipe development time by 80%: What typically takes chefs 30-60 minutes to create manually can be generated in seconds, with optional human review.
Handle unlimited personalized requests: Scale your recipe personalization without adding staff, perfect for growing meal kit services or nutrition businesses.
24/7 automated service: Customers receive responses immediately, even outside business hours, improving satisfaction and engagement.
Consistent quality and formatting: All generated recipes follow your predefined structure and style guidelines, maintaining brand consistency.
Build a searchable recipe database: Every generated recipe can be automatically cataloged for future menu planning and content creation.