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": "MVP - Webhook to Telegram",
"nodes": [
{
"parameters": {},
"id": "1",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
],
"path": "test-message",
"responseMode": "responseNode",
"options": {}
},
{
"parameters": {
"chatId": "5819565005",
"text": "\ud83d\udd04 n8n \u6536\u5230\u8a0a\u606f\uff1a\n\n\u4f86\u6e90: {{ $json.source }}\n\u5167\u5bb9: {{ $json.message }}\n\u6642\u9593: {{ $now.format('YYYY-MM-DD HH:mm:ss') }}"
},
"id": "2",
"name": "Send Telegram Message",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.1,
"position": [
500,
300
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"id": "3",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
750,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Send Telegram Message",
"type": "main",
"index": 0
}
]
]
},
"Send Telegram Message": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
telegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
MVP - Webhook to Telegram. Uses telegram. Webhook trigger; 3 nodes.
Source: https://github.com/sky770825/NEUXA-/blob/64df752f2b7887870f21101cdd61f7b8e3aa7931/n8n-workflows/mvp-webhook-telegram.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.
This n8n workflow captures Partnerstack events via a webhook, logs the event data into a Google Sheet, and sends a Telegram notification. Webhook Node (Trigger): Listens for incoming POST requests. Wh
Server Reboot Notification. Uses telegram. Webhook trigger; 5 nodes.
Lumen - Contact Form Handler. Uses emailSend, telegram. Webhook trigger; 4 nodes.
새론금융 SNS 자동화 리드관리. Uses googleSheets, emailSend, telegram. Webhook trigger; 4 nodes.
Upload-File. Uses googleDrive, telegram. Webhook trigger; 4 nodes.