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": "Telegram Alert Router",
"active": false,
"nodes": [
{
"parameters": {
"path": "business-alert",
"httpMethod": "POST"
},
"id": "alert_webhook",
"name": "Alert Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
220,
260
]
},
{
"parameters": {
"chatId": "={{$env.TELEGRAM_CHAT_ID}}",
"text": "={{'Alert: ' + $json.title + '\\n' + $json.message}}"
},
"id": "send_telegram_alert",
"name": "Send Telegram Alert",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
540,
260
]
}
],
"connections": {
"Alert Webhook": {
"main": [
[
{
"node": "Send Telegram Alert",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"templateNote": "Connect a Telegram bot credential and set TELEGRAM_CHAT_ID."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Telegram Alert Router. Uses telegram. Webhook trigger; 2 nodes.
Source: https://github.com/emirhuseynrmx/n8n-business-automation-workflows/blob/main/workflows/telegram_alert_router.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.
SIEM - Alerta Entrante con Telegram. Uses postgres, telegram. Webhook trigger; 8 nodes.
Send Telegram Alerts for New WooCommerce Orders. Uses stickyNote, telegram. Webhook trigger; 6 nodes.