n8n
Workflow
Telegram Echo Bot
This n8n workflow automates tasks using Other Tools. Telegram Echo Bot - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Other Tools. Telegram Echo Bot - ready to import and run in your n8n instance.
Features:
- Integrates with Other Tools
Source Code
{
"nodes": [
{
"id": "5c7c9e78-60d0-4f6a-929a-a4e77f5e0851",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
1000,
120
],
"parameters": {
"width": 727,
"height": 391,
"content": "Configuration note: update with your credentials or endpoint.",
"color": "#FFF59D"
},
"typeVersion": 1
},
{
"id": "9f64943e-35a4-4d9f-a77e-ff76cae8bb84",
"name": "Listen for incoming events",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
1040,
340
],
"webhookId": "322dce18-f93e-4f86-b9b1-3305519b7834",
"parameters": {
"updates": [
"*"
],
"additionalFields": []
},
"credentials": {
"telegramApi": {
"id": "70",
"name": "Telegram sdfsdfsdfsdfsfd_bot"
}
},
"typeVersion": 1
},
{
"id": "5b890d30-f47e-4cf0-9747-ae9eb14cedff",
"name": "Send back the JSON content of the message",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
340
],
"parameters": {
"text": "=```\n{{ JSON.stringify($json, null, 2) }}\n```",
"chatId": "={{ $json.message.from.id }}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"credentials": {
"telegramApi": {
"id": "70",
"name": "Telegram sdfsdfsdfsdfsfd_bot"
}
},
"typeVersion": 1.1
}
],
"connections": {
"Listen for incoming events": {
"main": [
[
{
"node": "Send back the JSON content of the message",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Telegram API credentials
Tags
#n8n
#automation
#workflow