{
  "name": "telegram-daily-alert-template",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 8
            }
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        0,
        0
      ],
      "id": "a07f9799-d081-4b5f-954d-219f29ef8d80",
      "name": "Schedule Trigger"
    },
    {
      "parameters": {
        "url": "https://api.open-meteo.com/v1/forecast?latitude=37.57&longitude=126.98&daily=temperature_2m_max,temperature_2m_min,precipitation_probability_max&timezone=Asia%2FSeoul&forecast_days=1",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.4,
      "position": [
        208,
        0
      ],
      "id": "aaf7d11f-ea7f-4960-acb6-7f1bdc335255",
      "name": "HTTP Request"
    },
    {
      "parameters": {
        "chatId": "YOUR_CHAT_ID",
        "text": "=🌤 Today: {{ $json.daily.temperature_2m_min[0] }}°C ~ {{ \n$json.daily.temperature_2m_max[0] }}°C \n☔ Rain chance: {{ \n$json.daily.precipitation_probability_max[0] }}%\nHave a good one!",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1.2,
      "position": [
        416,
        0
      ],
      "id": "e19598c0-e93c-4184-af54-fc6322534b45",
      "name": "Send a text message",
      "webhookId": "4325433f-37ee-4658-ab29-074e511cd93a",
      "credentials": {
        "telegramApi": {
          "id": "0y3e5qGJ0BrPGXY0",
          "name": "Telegram account"
        }
      }
    }
  ],
  "pinData": {},
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate"
  },
  "versionId": "2fe5fd37-ffe4-4426-b8d5-d33293b21c8a",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "2d862da1dd45531ff15779bef31e5e19c87acd1c14034c331c783c8980f117a5"
  },
  "nodeGroups": [],
  "id": "UkRLt8kSVBDwqF9Y",
  "tags": []
}