{
  "name": "Weather forecast email - receive automated weather forecasts daily",
  "nodes": [
    {
      "id": "fb92c5b8-f965-483b-84ca-c286969b3ccd",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        672,
        544
      ]
    },
    {
      "id": "ccb217ac-a6dc-4a3e-ab5c-f75a1efde030",
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        448,
        544
      ]
    },
    {
      "id": "5050181f-b7ce-47dc-a782-fe8c1c638861",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        896,
        544
      ]
    },
    {
      "id": "5289038a-6007-4241-a4f2-11ee0f921d0f",
      "name": "Send Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1120,
        544
      ]
    },
    {
      "id": "contact-note-1759910018487",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -252,
        -176
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "doc-note-1759910018487",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -252,
        264
      ],
      "parameters": {
        "width": 600,
        "height": 1000,
        "content": "## Workflow Overview\n\nThis workflow automatically sends you a daily weather forecast email every morning. It fetches current and next-day weather summaries from Meteosource and delivers them directly "
      }
    },
    {
      "id": "video-note-1759912267935",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        358,
        -176
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_recux4gNImLpzqvyd.jpg)](https://youtu.be/mMEX4Zsz4XY)"
      }
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}