Skip to main content

Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato

Workflow preview

Workflow preview
100%
Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato preview
Open on n8n.io

1. Workflow Overview

Overview This workflow automatically creates and publishes AI generated recipe infographics using n8n and AI agents. By entering a single dish name, the system researches the recipe, generates stru...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.formtrigger, n8n-nodes-base.perplexitytool, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.httprequest, n8n-nodes-base.switch, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by giangxai.

Original n8n.io source

1.1 Workflow description

Title
Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato
Workflow name
Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato

Overview

This workflow automatically creates and publishes AI-generated recipe infographics using n8n and AI agents.

By entering a single dish name, the system researches the recipe, generates structured cooking content, designs a visual infographic using Nanobanana Pro, uploads the image to Blotato’s media server, and publishes the post to Facebook using Blotato as the posting service.

The workflow is designed for food content creators, social media managers, and automation builders who want to consistently produce and publish high-quality recipe infographics without manual research, design, or posting.


What can this workflow do?

  • Accept a dish name as the only user input
  • Automatically research ingredients, cooking steps, and timing details
  • Generate social-ready captions optimized for engagement
  • Create clean and readable recipe infographics using Nanobanana Pro
  • Monitor image generation status and handle retries
  • Upload generated images to Blotato’s media server
  • Publish recipe posts to Facebook via Blotato automatically

This workflow reduces manual work while keeping recipe content production structured, scalable, and repeatable.


How it works

The workflow starts with a simple input form where the user submits a dish name. This dish name is used as the single source of truth for the entire automation.

An AI research agent analyzes the dish and generates structured recipe data, including ingredients, preparation steps, and cooking time. This data is normalized so it can be reused reliably in later steps.

Next, an AI agent generates a concise, social-friendly caption optimized for food content and Facebook engagement. In parallel, another AI agent converts the structured recipe data into a detailed infographic prompt.

This prompt is sent to Nanobanana Pro to generate a complete recipe infographic image. The workflow waits for the rendering process to finish and checks the generation status to ensure only completed images continue.

Once the infographic is ready, the image is uploaded to Blotato’s media server. Finally, the workflow calls Blotato’s posting API to publish the post to Facebook using the Facebook account already connected inside Blotato.


Setup steps

  1. Connect an AI model (Gemini or compatible LLM) for recipe research, caption generation, and prompt creation
  2. Configure the input form to accept a dish name
  3. Set up Nanobanana Pro as the image generation engine for recipe infographics
  4. Connect your Blotato account and ensure Facebook is logged in inside Blotato
  5. Configure the Blotato media upload node
  6. Configure the Blotato post creation node for Facebook publishing

Once configured, the workflow runs end to end with no manual intervention beyond entering a dish name.


Documentation

For a full walkthrough, prompt optimization tips, and scaling strategies for food content automation, watch the detailed tutorial on YouTube.

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 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 2 - Submit Dish Name

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 3 - AI Research: Recipe & Ingredients

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

Block 4 - AI Agent: Recipe Analyzer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 5 - Gemini LLM

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 6 - AI Agent: Facebook Caption Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 7 - Parser: Caption & Metadata

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 8 - AI Agent: Infographic Prompt Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 9 - Generate Infographic Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Fetch Generated Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Switch: Image Status (Processing / Done / Failed)

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 12 - Prepare Facebook Post Data

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

Block 13 - Upload media on Blotato

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 14 - Facebook: Create Post

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 15 - Sticky Note

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

Block 16 - Sticky Note1

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

Block 17 - Gemini LLM1

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 18 - Gemini LLM2

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 19 - Sticky Note2

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

Block 20 - Sticky Note3

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

Block 21 - Sticky Note4

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

Block 22 - Sticky Note5

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

Block 23 - Sticky Note6

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

Block 24 - Wait for Image Rendering

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

3. Summary Table

Workflow Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato
Complexity advanced
Nodes 24
Categories Content Creation, Multimodal AI
Author giangxai
Published 02 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13168/13168.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 Create and publish AI recipe infographics with Gemini, Nanobanana Pro and Blotato do?

Overview This workflow automatically creates and publishes AI generated recipe infographics using n8n and AI agents. By entering a single dish name, the system researches the recipe, generates stru...

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 Content Creation, Multimodal AI use case.