Learn how to use n8n to create automatic workflow without coding. Full guide for beginners: Google Sheets, Telegrams and ChatGPT!
Shape
Ever get tired of copy-paste data, send manual emails, or post content one by one?
Now all that can be done automatically using n8n, tools open-source automation That looks like Zapier. — but free and much more flexible.
In this tutorial, we'll talk about:
- What's n8n?
- How to install (no rides)
- Simple workflow example: Google Sheet
1. What's n8n?
n8n (read n) is an automation platform that allows you to connect various services like:
- Google Sheets
- Telegram
- Discord
- OpenAI / ChatGPT
- Gmail, Notion, and hundreds of others
You can make workflow with drag & drop, without needing coding at all.
2. Install n8n Cara
There are several ways, but for starters we choose the easiest way:
🔹 Options 1: Use n8n Cloud (no install)
- Open https: / / app.n8n.io
- Free account list
- Instant workflow in browser
🔹 Options 2: Install on computer (more flexible)
You can use a docker:
docker run -it --rm \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
n8nio/n8n
Once it's open http://localhost:5678
Boom 💥 — dashboard n8n ready for use!
3. Simple Workflow Example
Destination: Send a message to Telegram whenever there's new data on Google Sheets.
Step-step:
- Add node Google Sheets Trigger "New Row Added"
- Connect to node Telegram
- Telegram boot tokens and chat ID
- Click Execute Workflow
🎉 Now whenever there's a new line in Google Sheets, you automatically get a Telegram notification!
Four. Faller Trick & Tip
- Use "Set" node for neat message formats
- Save workflow to file
.jsonto back up - Merge with ChatGPT API into "AI auto reply" to Telegram / Discord
Perfect! 🚀
Let's move on. Episode 2 from the "Learn n8n from Zero" series yes — This time it's more fun because we're going to combine n8n + ChatGPT API to create automatic assistant who can reply to messages, write, or answer questions in real-time.





