This workflow follows the Execute Workflow Trigger → HTTP Request 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 →
{
"id": "sub003-telegram-notification-000000",
"name": "SUB-003-telegram-notification",
"nodes": [
{
"parameters": {
"inputSource": "passthrough"
},
"id": "c1000000-0003-0003-0003-000000000001",
"name": "Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
240,
500
]
},
{
"parameters": {
"method": "POST",
"url": "=https://api.telegram.org/bot{{ $env.TELEGRAM_BOT_TOKEN }}/sendMessage",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "chat_id",
"value": "={{ $env.TELEGRAM_CHAT_ID }}"
},
{
"name": "text",
"value": "={{ $json.message }}"
},
{
"name": "parse_mode",
"value": "={{ $json.parse_mode || 'Markdown' }}"
},
{
"name": "reply_markup",
"value": "={{ JSON.stringify({ inline_keyboard: $json.inline_keyboard || [] }) }}"
}
]
},
"options": {}
},
"id": "c1000000-0003-0003-0003-000000000002",
"name": "Send Telegram Message",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
500
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "c1000000-0003-0003-0003-000000000010",
"name": "ok",
"value": "={{ $json.ok }}",
"type": "boolean"
},
{
"id": "c1000000-0003-0003-0003-000000000011",
"name": "message_id",
"value": "={{ $json.result.message_id }}",
"type": "number"
}
]
},
"options": {}
},
"id": "c1000000-0003-0003-0003-000000000003",
"name": "Return",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
680,
500
]
}
],
"connections": {
"Trigger": {
"main": [
[
{
"node": "Send Telegram Message",
"type": "main",
"index": 0
}
]
]
},
"Send Telegram Message": {
"main": [
[
{
"node": "Return",
"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
SUB-003-telegram-notification. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 3 nodes.
Source: https://github.com/navin-labs/content-factory-os/blob/main/n8n/workflows/subworkflows/SUB-003-telegram-notification.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.
03 - Command Handler. Uses executeWorkflowTrigger, telegram, executeCommand, postgres. Event-driven trigger; 53 nodes.
Unlock low-cost, high-control generative media workflows directly from n8n by integrating with ComfyUI. Ideal for indie creators, AI developers, or small teams seeking scalable media automation—from i
Deal-Finder. Uses executeWorkflowTrigger, googleSheets, perplexity, httpRequest. Event-driven trigger; 49 nodes.
Execute_Command. Uses executeWorkflowTrigger, postgres, discord, httpRequest. Event-driven trigger; 47 nodes.
This workflow provides a complete solution for handling Telegram Stars payments, invoicing and refunds using n8n. It automates the process of sending invoices, managing pre-checkout approvals, recordi