{
  "name": "Log daily mood & weather to Notion with Telegram and OpenWeatherMap",
  "nodes": [
    {
      "id": "39c431e2-2e40-4d75-8392-cc5c5336c045",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "0e927881-7fb4-4213-a76c-1b2a9219d5c3",
      "name": "Retrieve City Weather",
      "type": "n8n-nodes-base.code",
      "position": [
        200,
        200
      ]
    },
    {
      "id": "3bce046c-ca18-45b2-9c64-776fd63466df",
      "name": "Get Weather using city name",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -100,
        200
      ]
    },
    {
      "id": "02d0b0f6-800b-4b20-871b-bbbfdcef83c9",
      "name": "Get Weather using lat/lon",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -100,
        440
      ]
    },
    {
      "id": "4ba432fa-e9e5-4c20-bb71-14ff3a5e9120",
      "name": "Wait for Mood Response1",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -400,
        440
      ]
    },
    {
      "id": "a6d8b136-1a62-47fe-b54c-739e0763ea06",
      "name": "Wait for Mood Response",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -400,
        200
      ]
    },
    {
      "id": "0604a32e-e8f3-499d-a883-4bc23cb26544",
      "name": "Send Mood Prompt",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -700,
        340
      ]
    },
    {
      "id": "59c60735-3d0a-4abe-bf96-46dd52312af5",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1000,
        340
      ]
    },
    {
      "id": "1bc8610f-8a9c-416b-bff9-a9fb7f6a295a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        220
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1c5256c9-e3b1-47a2-81e4-ff072135a8d0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1060,
        220
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f902bfaa-4585-4b58-b20a-0c5413789f6e",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dee685fd-e5a8-4a7c-b64b-dc2168d40075",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c92b74b3-d4bd-4e9d-9fe3-008af4e13f60",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b98b75eb-3d7d-4bf7-86ee-0209b0ff6eda",
      "name": "Add row into Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        780,
        200
      ]
    },
    {
      "id": "42739f1a-f6ee-4e59-8700-a8b5e24255bd",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c2c30f90-7538-42b4-b137-5a4ee58da071",
      "name": "Retrieve Database",
      "type": "n8n-nodes-base.notion",
      "position": [
        500,
        200
      ]
    },
    {
      "id": "b80abbd5-7f0f-4744-8d86-ab1bcdc50589",
      "name": "Add row into Notion1",
      "type": "n8n-nodes-base.notion",
      "position": [
        780,
        440
      ]
    },
    {
      "id": "f64148ba-f530-4e8b-bdb4-b286fca327bb",
      "name": "Retrieve Database1",
      "type": "n8n-nodes-base.notion",
      "position": [
        500,
        440
      ]
    },
    {
      "id": "73fc3f9b-8440-442e-beb7-2376ac755d01",
      "name": "Retrieve City Weather1",
      "type": "n8n-nodes-base.code",
      "position": [
        200,
        440
      ]
    }
  ],
  "connections": {
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Send Mood Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Database": {
      "main": [
        [
          {
            "node": "Add row into Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Database1": {
      "main": [
        [
          {
            "node": "Add row into Notion1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve City Weather": {
      "main": [
        [
          {
            "node": "Retrieve Database",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve City Weather1": {
      "main": [
        [
          {
            "node": "Retrieve Database1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for Mood Response": {
      "main": [
        [
          {
            "node": "Get Weather using city name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for Mood Response1": {
      "main": [
        [
          {
            "node": "Get Weather using lat/lon",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Weather using lat/lon": {
      "main": [
        [
          {
            "node": "Retrieve City Weather1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Weather using city name": {
      "main": [
        [
          {
            "node": "Retrieve City Weather",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}