{
  "name": "Send weather alerts to your mobile phone with OpenWeatherMap and SIGNL4",
  "nodes": [
    {
      "id": "beebd9ac-4021-4e45-9971-4205c37e3742",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -500,
        40
      ]
    },
    {
      "id": "61e48c99-fdd3-4db7-8e2e-67cb2c2dfd97",
      "name": "SIGNL4",
      "type": "n8n-nodes-base.signl4",
      "position": [
        60,
        -140
      ]
    },
    {
      "id": "739a31e4-d353-4c95-bb84-b36f6a5560cf",
      "name": "OpenWeatherMap",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        -320,
        -140
      ]
    },
    {
      "id": "95aab17d-c0eb-439c-81ff-7452794a514a",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -160,
        -140
      ]
    },
    {
      "id": "ef813bf0-cd46-474e-9208-2efbd402782f",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -500,
        -140
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "SIGNL4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenWeatherMap": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "OpenWeatherMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "OpenWeatherMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}