workflows.fit
Back to n8n workflows
n8n templateFreeBy ARofiqi Maulana

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) ...

CommunicationHITLDevelopmentCore NodesAILangchainSchedule TriggerCode
Loading interactive preview...

Template notes

🚀 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

---