Skip to main content

Enhance real-estate photos with Google Nano Banana AI via Telegram bot

Workflow preview

Workflow preview
100%
Enhance real-estate photos with Google Nano Banana AI via Telegram bot preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Telegram Image Editor with Nano Banana Send an image to your Telegram bot, and this workflow will automatically enhance it with Google’s Nano Banana (via Wavespeed API), then return the polished...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-base.googledrive

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enhance real-estate photos with Google Nano Banana AI via Telegram bot
Workflow name
Enhance real-estate photos with Google Nano Banana AI via Telegram bot

🤖 Telegram Image Editor with Nano Banana

Send an image to your Telegram bot, and this workflow will automatically enhance it with Google’s Nano Banana (via Wavespeed API), then return the polished version back to the same chat—seamlessly.

👉 Watch step-by-step video tutorials of workflows like these on www.youtube.com/@automatewithmarc

What it does

  • Listens on Telegram for incoming photo messages
  • Downloads the file sent by the user
  • Uploads it to Google Drive (temporary storage for processing)
  • Sends the image to Nano Banana API with a real-estate style cleanup + enhancement prompt
  • Polls until the job is complete (handles async processing)
  • Returns the edited image back to the same Telegram chat

Perfect for

Real-estate agents previewing polished property photos instantly

Social media managers editing on-the-fly from Telegram

Anyone who wants “send → cleaned → returned” image flow without manual edits

Apps & Services

Telegram Bot API (Trigger + Send/Receive files)

Google Drive (Temporary file storage)

Wavespeed / Google Nano Banana (AI-powered image editing)

Setup

Connect your Telegram Bot API token in n8n.

Add your Wavespeed API key for Nano Banana.

Link your Google Drive account (temporary storage).

Deploy the workflow and send a test photo to your Telegram bot.

Customization

Adjust the Nano Banana prompt for different styles (e.g., ecommerce cleanup, portrait retouching, color correction).

Replace Google Drive with another storage service if preferred.

Add logging to Google Sheets or Airtable to track edits.

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 - Nano Banana POST Request

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

Block 2 - Wait 15 Secs

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

Block 3 - GET Result from Nano Banana Node

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

Block 4 - If

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

Block 5 - Wait 15 Secs Again

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note2

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

Block 9 - Sticky Note3

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

Block 10 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 11 - Get a file

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 12 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 13 - Sticky Note4

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

Block 14 - Send a photo message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 15 - Sticky Note5

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

3. Summary Table

Workflow Enhance real-estate photos with Google Nano Banana AI via Telegram bot
Complexity advanced
Nodes 15
Categories Content Creation, Multimodal AI
Author Automate With Marc
Published 18 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8726/8726.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 Enhance real-estate photos with Google Nano Banana AI via Telegram bot do?

Telegram Image Editor with Nano Banana Send an image to your Telegram bot, and this workflow will automatically enhance it with Google’s Nano Banana (via Wavespeed API), then return the polished...

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.