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": "\u7cfb\u7d71\u4e8b\u4ef6\u5373\u6642\u901a\u77e5 (Telegram)",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "system-event-notify",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook \u63a5\u6536\u5668",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"chatId": "5819565005",
"text": "\ud83e\udd16 *\u7cfb\u7d71\u4e8b\u4ef6\u901a\u77e5*\n\n\ud83d\udccb *\u4efb\u52d9*: {{ $json.taskName }}\n\ud83d\udcca *\u72c0\u614b*: {{ $json.status }}\n\ud83d\udcdd *\u6458\u8981*: {{ $json.summary }}\n\n\ud83d\udc64 *\u57f7\u884c\u8005*: {{ $json.assignee || '\u7cfb\u7d71' }}\n\u23f0 *\u6642\u9593*: {{ $now.format('YYYY-MM-DD HH:mm') }}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"id": "telegram-send",
"name": "\u767c\u9001 Telegram \u901a\u77e5",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"id": "respond",
"name": "\u56de\u61c9\u6210\u529f",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
650,
300
],
"jsonData": "{\"success\": true, \"message\": \"\u901a\u77e5\u5df2\u767c\u9001\"}"
}
],
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
{
"id": "system",
"name": "\u7cfb\u7d71"
},
{
"id": "notification",
"name": "\u901a\u77e5"
}
],
"connections": {
"Webhook \u63a5\u6536\u5668": {
"main": [
[
{
"node": "\u767c\u9001 Telegram \u901a\u77e5",
"type": "main",
"index": 0
}
]
]
},
"\u767c\u9001 Telegram \u901a\u77e5": {
"main": [
[
{
"node": "\u56de\u61c9\u6210\u529f",
"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
系統事件即時通知 (Telegram). Uses telegram. Webhook trigger; 3 nodes.
Source: https://github.com/sky770825/NEUXA-/blob/64df752f2b7887870f21101cdd61f7b8e3aa7931/n8n-workflows/system-event-notify.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.
Send Telegram Alerts for New WooCommerce Orders. Uses stickyNote, telegram. Webhook trigger; 6 nodes.
This workflow performs scheduled health checks on a list of URLs stored in a Google Sheet. Every X minutes, it retrieves the URLs, sends HTTP requests to check their availability, and notifies a Teleg