Practice on your own server without limits: websites, bots, content, and automations in one place.
Start Your JourneyMini-Project 1: Content Automation
π Mini - Project 1: Telegram Automation
Build your first real automation in 15 minutes!
π― What You Will Build
A working Telegram bot that automatically posts messages to your group β scheduled by Node-RED, powered by AI assistance!
π‘ Why Start With Telegram?
- Fastest results β No approval process like Instagram or YouTube
- See it work immediately β Send a message, see it in your group in seconds
- Real business skill β Businesses pay USD 100-500 per automation build (one-time Telegram setup).
- Perfect for learning β Simple API, great documentation
1 Manual Setup (You Do This First!)
A Create Your Telegram Bot
- Open Telegram on your phone or desktop
- Open @BotFather (click the link or search in Telegram)
- Start chat and send:
/newbot - Enter a name for your bot (e.g., "My Automation Bot")
- Enter a username ending with "bot" (e.g.,
myauto_bot) - π Copy the API Token β it looks like:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz
B Create Telegram Group & Add Your Bot
- In Telegram, tap New Group
- Name it something like "My Automation Test"
- Add your bot by searching its username (e.g., @myauto_bot)
- Create the group
- Go to group settings β Make your bot an Administrator
- Give it permission to Post Messages
C Get Your Group ID
The AI needs your group's numeric ID to send messages. Here's how to find it:
- In Telegram, open @getmyid_bot
- Add this bot to your group (you created in Step B)
- The bot will immediately send the Group ID
- It looks like:
-1001234567890(starts with minus sign) - Copy this number! Or you can see the group ID in your browser on Desktop web-version like this:

D Install Telegram Package in Node-RED
Node-RED needs a special module to talk to Telegram. Install it now:
- Look at the Node-RED panel below (orange frame)
- Click the β° menu (top-right corner)
- Select Manage palette

- Go to the Install tab
- Search for:
node-red-contrib-telegrambot
- Click Install and wait for completion



- You'll see new Telegram nodes in the left sidebar! π




Click Deploy after setup

Then you will see if it success -> must be Connected

β Setup Checklist β Do You Have:
2 AI-Powered Automation (Your AI Agent Runs the Terminal)
Manual prep is completeβnow your AI agent can take over. The terminal keeps your chat history forever, so give clear mission orders and let your AI agent push updates straight into Node-RED.
βοΈ Copy/Paste Checklist:
- Review the mission text below (no credentials neededβit references the setup you already configured in Node-RED).
- Select everything in this box (Ctrl/Cmd+A) and copy it (Ctrl/Cmd+C).
- Scroll down to the dark AI agent terminal panel (the first embedded frame) and paste via the right-click context menu β Paste, or press Shift+Ctrl+V.
- Confirm the text lands exactly as written (no missing lines), then press Enter once to send the mission.
π€ What Your AI Agent Will Build For You:
- "01 Telegram Bot" tab with manual + scheduled inject flows.
- function nodes that set
msg.payloadusing your group ID.. - flow, validated JSON, etc...
You can press on your keyboard number 2 to allow your AI agent to work faster without asking you for confirmations:
π οΈ Your Automation Workspace
Tell your AI agent what to build β Watch it appear in Node-RED
Β
π€ What to Submit
- Screenshot of your Telegram group with the bot's test message
- Screenshot of your Node-RED flow (click Reload first!) and try to use the Full-Screen Button
- Describe: What topic would you automate for a real business?
Practice on your own server without limits: websites, bots, content, and automations in one place.
Start Your Journey