Skip to main content

Send daily AI-generated quotes & images to Telegram with GPT-4o and Flux-pro

Workflow preview

Workflow preview
100%
Send daily AI-generated quotes & images to Telegram with GPT-4o and Flux-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

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Daily AI Inspiration (n8n + AI/ML API + Telegram) This n8n workflow sends a short, original A...

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.telegramtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-aimlapi.aimlapi, n8n-nodes-base.httprequest, n8n-nodes-base.telegram

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by AI/ML API | D1m7asis.

Original n8n.io source

1.1 Workflow description

Title
Send daily AI-generated quotes & images to Telegram with GPT-4o and Flux-pro
Workflow name
Send daily AI-generated quotes & images to Telegram with GPT-4o and Flux-pro

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

🌅 Daily AI Inspiration (n8n + AI/ML API + Telegram) This n8n workflow sends a short, original AI‑generated quote and a matching cinematic image to your Telegram chat every morning. It auto‑captures your chat ID from the first message you send to the bot, then runs on a daily schedule.

🚀 Key Features

  • Zero‑Friction Delivery — Just send any message once; the chat ID is saved for daily drops.
  • AI Quote Writer — GPT‑4o crafts concise, uplifting quotes (no author, no quotes).
  • Cinematic Visuals — flux-pro turns each quote into a mood‑rich illustration.
  • Hands‑Off Scheduling — Runs at a set time every day via Schedule Trigger.
  • Telegram Ready — Sends the image + caption directly to your chat.

đź›  Setup Guide

  1. Create AI/ML API Credentials
  • Get your API key in AI/ML API.
  • In n8n → Credentials, add AI/ML API (Bearer token, Base URL https://api.aimlapi.com/v1).
  1. Create Telegram Credentials
  • In Telegram, open @BotFather → /newbot → save the bot token.
  • In n8n → Credentials → Telegram API, paste the token.
  1. Capture Chat ID
  • Start the workflow, message your bot once (Telegram Trigger will store the chat ID automatically).
  1. Schedule & Test
  • Set your preferred time in Schedule Trigger (e.g., 07:30).
  • Execute once to confirm delivery, then enable the workflow.

đź’ˇ How It Works

  1. Trigger — Runs daily via Schedule Trigger (or manually after first chat message to capture chat ID).
  2. Quote Generation — AI/ML API (GPT‑4o) produces a short, original, uplifting line.
  3. Image Creation — AI/ML API (flux-pro) renders a cinematic image inspired by the quote.
  4. Telegram Delivery — Sends the image to your chat with the quote as the caption (🌅 prefix).

Optional: tweak image size (1024×1024 by default), add logging (Google Sheets), or extend with moderation, model switching, or multi‑chat routing.

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 - Telegram Setup

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

Block 2 - đź“© Receive Telegram Message1

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

Block 3 - ⏰ Schedule Trigger (Daily)1

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

Block 4 - ✍️ Generate Quote (AI/ML API)1

Type / Role
n8n-nodes-aimlapi.aimlApi - aimlApi
Config choices
Version 1

Block 5 - 🎨 Generate Image (AI/ML API | flux-pro)2

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

Block 6 - 📤 Send to Telegram1

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

Block 7 - Sticky Note - Generate Quote

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

Block 8 - Sticky Note - Create Image

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

Block 9 - Sticky Note - Send to Telegram

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

Block 10 - Sticky Note - Telegram Setup1

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

Block 11 - Sticky Note - Intro

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

Block 12 - Sticky Note - Step 1 Trigger

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

Block 13 - Sticky Note - Step 2 Quote

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

Block 14 - Sticky Note - Step 3 Image

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

Block 15 - Sticky Note - Step 4 Send

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

3. Summary Table

Workflow Send daily AI-generated quotes & images to Telegram with GPT-4o and Flux-pro
Complexity advanced
Nodes 15
Categories Content Creation, Multimodal AI
Author AI/ML API | D1m7asis
Published 15 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7425/7425.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 AI-generated quotes & images to Telegram with GPT-4o and Flux-pro do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Daily AI Inspiration (n8n + AI/ML API + Telegram) This n8n workflow sends a short, original A...

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.