This workflow follows the Telegram → Telegram Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Bot Telegram Simple",
"nodes": [
{
"parameters": {
"triggerOn": "webhook",
"mode": "polling"
},
"name": "When chat message received",
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"chatId": "={{$json.message.chat.id}}",
"text": "=Hola! Recib\u00ed tu mensaje: {{$json.message.text}}"
},
"name": "Send Response",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"When chat message received": {
"main": [
[
{
"node": "Send Response",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Bot Telegram Simple. Uses telegramTrigger, telegram. Event-driven trigger; 2 nodes.
Source: https://github.com/limosnd/-RPA-y-Bots-con-n8n/blob/ea1855e351bdd8ade9d1fb0a101675c7e3d54551/workflows/bot-simple.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Telegram Bot – SupportIQ. Uses telegramTrigger, httpRequest, telegram. Event-driven trigger; 4 nodes.
IR-CLU — ربات فروش (احراز هویت + هوش مصنوعی + پرداخت کارتبهکارت). Uses telegramTrigger, googleSheets, telegram, httpRequest. Event-driven trigger; 83 nodes.
IR-CLU — ربات فروش (احراز هویت + هوش مصنوعی + پرداخت کارتبهکارت). Uses telegramTrigger, googleSheets, telegram, httpRequest. Event-driven trigger; 76 nodes.
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
IR-CLU — ربات فروش (احراز هویت + هوش مصنوعی + پرداخت کارتبهکارت). Uses telegramTrigger, googleSheets, telegram, httpRequest. Event-driven trigger; 50 nodes.