Skip to main content

Send scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI

Workflow preview

Workflow preview
100%
Send scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI preview
Open on n8n.io

1. Workflow Overview

Overview This workflow automatically generates IELTS practice content using AI and sends it to Telegram on a schedule. It covers three key IELTS skills: Grammar Practice (Monday) ️ Writing T...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.googlegemini, 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 ARofiqi Maulana.

Original n8n.io source

1.1 Workflow description

Title
Send scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI
Workflow name
Send scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI

πŸš€ Overview

This workflow automatically generates IELTS practice content using AI and sends it to Telegram on a schedule.

It covers three key IELTS skills:

  • 🧠 Grammar Practice (Monday)
  • ✍️ Writing Task (Wednesday)
  • πŸ“˜ Reading Practice (Friday)

The workflow is designed to deliver structured, clean, and readable exercises directly to your Telegram chat.


βš™οΈ How it works

  1. The Schedule Trigger runs the workflow on specific days
  2. The "Select Test by Day" node determines which practice to generate
  3. AI generates structured IELTS content in JSON format
  4. The output is parsed and formatted into readable messages
  5. Long messages are split into chunks
  6. The content is sent to Telegram

🧩 Features

  • AI-powered IELTS content generation
  • Clean JSON parsing and formatting
  • Telegram-ready message delivery
  • Automatic scheduling by day
  • Supports multiple IELTS skills in one workflow

πŸ›  Setup

  1. Create a Telegram Bot via @BotFather
  2. Copy your Bot Token
  3. Add Telegram credentials in n8n
  4. Add your AI credentials (Gemini or OpenAI)
  5. Replace the Chat ID in the "Send" nodes with your own

πŸ“© Telegram Setup

To get your Chat ID:

  1. Send a message to your bot
  2. Open: https://api.telegram.org/bot<TOKEN>/getUpdates
  3. Copy the chat.id

⚠️ Important Notes

  • This workflow uses a fixed Chat ID for scheduled messages
  • Make sure to replace the Chat ID before running
  • Do not hardcode sensitive credentials
  • Ensure the AI output format remains consistent (JSON)

πŸ’‘ Customization

You can easily customize:

  • Topics and difficulty level
  • Message format
  • Schedule timing
  • Add new modules (e.g., Speaking, Vocabulary)

🎯 Use Cases

  • IELTS learners who want daily practice
  • Teachers sharing exercises with students
  • Automated English learning systems
  • AI-powered educational bots

πŸš€ Creator Note

This workflow demonstrates how to combine AI generation, structured parsing, and messaging automation into a scalable learning system.

Feel free to adapt and extend it for your own use case.

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 - Parse Grammar JSON

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

Block 3 - Parse Writing JSON

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

Block 4 - Parse Reading JSON

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

Block 5 - Format Grammar Message

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

Block 6 - Format Writing Message

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

Block 7 - Format Reading Message

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

Block 8 - Split Grammar Message

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

Block 9 - Split Writing Message

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

Block 10 - Split Reading Message

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

Block 11 - Send Grammar

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

Block 12 - Send Writing

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

Block 13 - Send Reading

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

Block 14 - Select Test by Day

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

Block 15 - Generate Grammar

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

Block 16 - Generate Writing

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

Block 17 - Generate Reading

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

Block 18 - Sticky Note8

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

Block 19 - Sticky Note4

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

Block 20 - Sticky Note

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

Block 21 - Sticky Note3

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 - Sticky Note7

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

3. Summary Table

Workflow Send scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI
Complexity advanced
Nodes 24
Categories Content Creation, AI Chatbot
Author ARofiqi Maulana
Published 03 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14673/14673.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 scheduled IELTS grammar, writing and reading practice via Telegram with Gemini AI do?

Overview This workflow automatically generates IELTS practice content using AI and sends it to Telegram on a schedule. It covers three key IELTS skills: Grammar Practice (Monday) ️ Writing T...

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