๐ŸŽฌ English vocabulary bot for Telegram with Gemini & random word API

โšก 915 views ยท ๐ŸŽฌ Content Creation & Video

Description

๐Ÿ“„ What this workflow does

Every 3 hours, the workflow fetches 3 random English words, asks Gemini to generate a short Vietnamese vocabulary digest (word, Vietnamese meaning, and an example sentence), and sends it to a Telegram chat. Perfect for steady, low-effort vocab exposure in groups.

๐Ÿ‘ค Who is this for

โœ… Requirements

โš™๏ธ How to set up

  1. Add your Gemini credentials in n8n (the Google Gemini/PaLM node).
  2. Add your Telegram credentials and set the chatId in the โ€œSend a text messageโ€ node.
  3. (Optional) Adjust the schedule interval (default: every 3 hours).
  4. (Optional) Change the number of words by updating the HTTP Request URL param words=3.
  5. (Optional) Edit the Gemini prompt language/content to fit your style (currently Vietnamese output).
  6. Run once to test; confirm the message arrives in Telegram.

๐Ÿ” How it works

  1. Schedule Trigger โ†’ runs every 3 hours.
  2. HTTP Request โ†’ calls random-word-api to get 3 words.
  3. Edit Fields (Set) โ†’ wraps the API response under word.
  4. Aggregate โ†’ prepares the word field for the LLM.
  5. Message a model (Gemini) โ†’ creates a Vietnamese digest: English word, Vietnamese meaning, and example sentence for each word.
  6. Send a text message (Telegram) โ†’ posts the digest to your specified chat.

๐Ÿ’ก About Margin AI

Margin AI is an AI-services agency that acts as your AI Service Companion. We design intelligent, human-centric automation solutionsโ€”turning your teamโ€™s best practices into scalable, automated workflows and tools. Industries like marketing, sales, and operations benefit from our tailored AI consulting, automation tools, chatbot development, and more.

๐Ÿ”— Nodes Used

HTTP Request, Telegram, Schedule Trigger, Google Gemini

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup