Skip to main content

Instant infographic generator (LINE + Nano Banana Pro)

Workflow preview

Workflow preview
100%
Instant infographic generator (LINE + Nano Banana Pro) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

About This Template This workflow turns complex data or topics sent via LINE into beautiful, easy to understand Infographics. It combines Gemini (to analyze data and structure the visual layout) an...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.awss3

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Instant infographic generator (LINE + Nano Banana Pro)
Workflow name
Instant infographic generator (LINE + Nano Banana Pro)

About This Template

This workflow turns complex data or topics sent via LINE into beautiful, easy-to-understand Infographics.

It combines Gemini (to analyze data and structure the visual layout) and Nano Banana Pro (accessed via Kie.ai API) to generate high-quality, data-rich graphics (Charts, timelines, processes).

How It Works

  1. Input: User sends a topic or data points via LINE (e.g., "Japan's Energy Mix: 20% Solar, 10% Wind...").
  2. Data Visualization Logic: Gemini acts as an Information Designer, deciding the best chart type (Pie, Bar, Flow) and layout for the data.
  3. Render: Nano Banana generates a professional 3:4 Vertical Infographic.
  4. Smart Polling: The workflow uses a loop to check the API status every 5 seconds, ensuring it waits exactly as long as needed.
  5. Delivery: Uploads to S3 and sends the visual report back to LINE.

Who It’s For

  • Social Media Managers needing quick visual content.
  • Educators and presenters summarizing data.
  • Consultants creating quick visual reports on the go.

Requirements

  • n8n (Cloud or Self-hosted).
  • Kie.ai API Key (Nano Banana Pro).
  • Google Gemini API Key.
  • AWS S3 Bucket (Public access).
  • LINE Official Account.

Setup Steps

  1. Credentials: Configure Header Auth for Kie.ai and your other service credentials.
  2. Webhook: Add the production URL to LINE Developers console.

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 - Sticky Note 1

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

Block 2 - Sticky Note 2

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

Block 3 - Sticky Note 3

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

Block 4 - Main Description

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

Block 5 - LINE Webhook

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

Block 6 - Extract Data

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

Block 7 - Optimize Prompt (Data Vis)

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

Block 8 - Parse Gemini Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Submit to Nano Banana Pro

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

Block 10 - Wait

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

Block 11 - Check Job Status

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

Block 12 - Is Ready?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 13 - Parse Result

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

Block 14 - Download Image

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

Block 15 - Upload to S3

Type / Role
n8n-nodes-base.awsS3 - awsS3
Config choices
Version 2

Block 16 - Send Image to LINE

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

3. Summary Table

Workflow Instant infographic generator (LINE + Nano Banana Pro)
Complexity advanced
Nodes 16
Categories Content Creation, Multimodal AI
Author Masaki Go
Published 26 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11244/11244.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 Instant infographic generator (LINE + Nano Banana Pro) do?

About This Template This workflow turns complex data or topics sent via LINE into beautiful, easy to understand Infographics. It combines Gemini (to analyze data and structure the visual layout) an...

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.