Communication & Messaging
1127 Telegram Wait Automate Triggered
1127 Telegram Wait Automate Triggered
Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
2.53 KB
{
"name": "1127 Telegram Wait Automate Triggered",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-60,
400
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
500,
400
],
"parameters": {
"text": "Hello",
"chatId": "={{$node[\"SplitInBatches\"].json[\"Chat ID\"]}}",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": null,
"name": "telegram-bot"
}
},
"typeVersion": 1
},
{
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
120,
400
],
"parameters": {
"range": "A:A",
"options": {},
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2...Showing first 1000 characters. Click "Expand" to view the full JSON.