Skip to main content

Send daily inspirational quotes with Gemini translation to Telegram subscribers

Workflow preview

Workflow preview
100%
Send daily inspirational quotes with Gemini translation to Telegram subscribers preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Send daily inspirational quotes with AI translation to Telegram subscribers This n8n workflow creates an automated daily quote bot that fetches inspirational quotes, translates them using AI, adds ...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegramtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send daily inspirational quotes with Gemini translation to Telegram subscribers
Workflow name
Send daily inspirational quotes with Gemini translation to Telegram subscribers

Send daily inspirational quotes with AI translation to Telegram subscribers

This n8n workflow creates an automated daily quote bot that fetches inspirational quotes, translates them using AI, adds emoji "stickers," and sends them to registered Telegram subscribers. Perfect for content creators, coaches, or anyone wanting to share daily motivation with their audience.

Who's it for

  • Content creators and social media managers
  • Life coaches and motivational speakers
  • Community managers running Telegram channels
  • Anyone wanting to automate daily inspirational content
  • Developers learning n8n automation with AI integration

How it works

The workflow operates on two main flows:

Daily Quote Distribution:

  1. Schedule Trigger runs daily to fetch a random inspirational quote
  2. HTTP Request fetches quotes from the ZenQuotes API (free service)
  3. Google Gemini AI translates the quote to your target language and adds relevant emoji "stickers"
  4. Google Sheets retrieves the list of registered subscribers
  5. Telegram sends the formatted quote (original + translated + emojis) to all subscribers

User Registration:

  1. Telegram Trigger listens for new messages to your bot
  2. Google Sheets automatically registers new users who interact with the bot

Requirements

  • Telegram Bot Token - Create a bot via @BotFather on Telegram
  • Google Gemini API - For AI translation and emoji enhancement
  • Google Sheets - To store subscriber list (free Google account)
  • ZenQuotes API - Free, no API key required

How to set up

  1. Create Telegram Bot: Message @BotFather on Telegram, create a new bot, and save the token
  2. Set up Google Sheets: Create a spreadsheet with columns: registered_users, date
  3. Configure Gemini API: Get your API key from Google AI Studio
  4. Update the Set Fields node: Configure your target language and bot preferences
  5. Test the workflow: Send a message to your bot to register, then manually trigger the quote sending

How to customize the workflow

  • Change target language: Modify the AI prompt in the LLM Chain node to translate to any language
  • Adjust sending schedule: Update the Schedule Trigger to send quotes at your preferred time/frequency
  • Customize quote sources: Replace the HTTP Request with other quote APIs or your own content
  • Add quote categories: Enhance the AI prompt to categorize quotes (motivational, business, life, etc.)
  • Include user preferences: Expand Google Sheets to store user language preferences for personalized translations

Good to know

  • The workflow automatically handles new subscriber registration
  • Supports MarkdownV2 formatting for rich text in Telegram
  • Uses emoji "stickerization" to make quotes more engaging and visual
  • Demo bot working with this workflow is @sgsbot on Telegram

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 - Schedule Trigger

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

Block 2 - HTTP Request

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

Block 3 - Send a text message

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

Block 4 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 5 - Google Gemini Chat Model

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

Block 6 - Telegram Trigger

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

Block 7 - Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 8 - Google Sheets1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

Block 15 - Sticky Note6

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

Block 16 - Set Language

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

Block 17 - Telegram

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

3. Summary Table

Workflow Send daily inspirational quotes with Gemini translation to Telegram subscribers
Complexity advanced
Nodes 17
Categories Multimodal AI
Author Shohani
Published 21 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7688/7688.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 Send daily inspirational quotes with Gemini translation to Telegram subscribers do?

Send daily inspirational quotes with AI translation to Telegram subscribers This n8n workflow creates an automated daily quote bot that fetches inspirational quotes, translates them using AI, adds ...

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