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": "D \u2014 Telegram-\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440 (\u0427\u0435\u043b\u043b\u0435\u043d\u0434\u0436 200 \u0434\u043d\u0435\u0439)",
"nodes": [
{
"parameters": {
"updates": [
"message",
"callback_query"
],
"additionalFields": {}
},
"id": "d-trigger",
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1.2,
"position": [
-600,
0
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"typeValidation": "loose",
"version": 2
},
"conditions": [
{
"leftValue": "={{ $json.callback_query !== undefined }}",
"rightValue": true,
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "d-if",
"name": "\u042d\u0442\u043e callback?",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
-380,
0
]
},
{
"parameters": {
"workflowId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultName": "C \u2014 \u041a\u043d\u043e\u043f\u043a\u0438 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f (\u0427\u0435\u043b\u043b\u0435\u043d\u0434\u0436 200 \u0434\u043d\u0435\u0439)"
},
"workflowInputs": {
"mappingMode": "autoMapInputData",
"value": {},
"matchingColumns": [],
"schema": []
},
"options": {
"waitForSubWorkflow": false
}
},
"id": "d-exec-c",
"name": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c C (\u043a\u043d\u043e\u043f\u043a\u0438/\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f)",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
-140,
-100
]
},
{
"parameters": {
"workflowId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultName": "A \u2014 \u041f\u0440\u0438\u0451\u043c \u0438 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 (\u0427\u0435\u043b\u043b\u0435\u043d\u0434\u0436 200 \u0434\u043d\u0435\u0439)"
},
"workflowInputs": {
"mappingMode": "autoMapInputData",
"value": {},
"matchingColumns": [],
"schema": []
},
"options": {
"waitForSubWorkflow": false
}
},
"id": "d-exec-a",
"name": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c A (\u043f\u0440\u0438\u0451\u043c \u0432\u0438\u0434\u0435\u043e)",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
-140,
100
]
}
],
"connections": {
"Telegram Trigger": {
"main": [
[
{
"node": "\u042d\u0442\u043e callback?",
"type": "main",
"index": 0
}
]
]
},
"\u042d\u0442\u043e callback?": {
"main": [
[
{
"node": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c C (\u043a\u043d\u043e\u043f\u043a\u0438/\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f)",
"type": "main",
"index": 0
}
],
[
{
"node": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c A (\u043f\u0440\u0438\u0451\u043c \u0432\u0438\u0434\u0435\u043e)",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
D — Telegram-диспетчер (Челлендж 200 дней). Uses telegramTrigger. Event-driven trigger; 4 nodes.
Source: https://github.com/nikita-automation/content-publishing-pipeline/blob/main/workflows/D-telegram-dispatcher.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.
Telegramtrigger Workflow. Uses telegramTrigger, noOp, telegram, stickyNote. Event-driven trigger; 13 nodes.
Telegramtrigger Workflow. Uses telegramTrigger, telegram, stopAndError. Event-driven trigger; 13 nodes.
Stickynote Workflow. Uses stickyNote, noOp, telegramTrigger, googleSheets. Event-driven trigger; 11 nodes.
BillBot. Uses telegram, telegramTrigger, httpRequest, googleSheets. Event-driven trigger; 7 nodes.
Hotel Bot. Uses telegramTrigger, telegram. Event-driven trigger; 7 nodes.