This workflow corresponds to n8n.io template #988 — we link there as the canonical source.
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": "5",
"name": "bash-dash telegram",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
450,
450
],
"parameters": {
"path": "telegram",
"options": {
"responsePropertyName": "response"
},
"responseMode": "lastNode"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
850,
450
],
"parameters": {
"values": {
"string": [
{
"name": "response",
"value": "=Sent message to {{$node[\"Telegram\"].json[\"result\"][\"chat\"][\"first_name\"]}}: \"{{$node[\"Telegram\"].parameter[\"text\"]}}\""
}
]
},
"options": {}
},
"typeVersion": 1
},
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
650,
450
],
"parameters": {
"text": "={{$node[\"Webhook\"].json[\"query\"][\"parameter\"]}}",
"chatId": "123456789",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"active": true,
"settings": {},
"connections": {
"Set": {
"main": [
[]
]
},
"Webhook": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"Telegram": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
}
}
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
This workflow allows you to send a message in a Telegram chat via bash-dash.
Source: https://n8n.io/workflows/988/ — 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.