{
  "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
          }
        ]
      ]
    }
  }
}