{
  "name": "Daily personalized air & pollen health alerts with Ambee API and AI via email",
  "nodes": [
    {
      "id": "ea677d9c-fa79-4897-be4d-6b9793050775",
      "name": "Get Air data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        0
      ]
    },
    {
      "id": "1709ec3a-4306-4987-ada3-7b23ad50b432",
      "name": "Get Pollen data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        0
      ]
    },
    {
      "id": "10dd46a2-fcdc-4246-a9be-1230527266b3",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        940,
        0
      ]
    },
    {
      "id": "a4db1c0e-b61b-40cf-a7e7-b2cc0b8be481",
      "name": "Think",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        1060,
        240
      ]
    },
    {
      "id": "86d89626-68e3-4718-b86c-84acc644a87d",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        900,
        240
      ]
    },
    {
      "id": "1bcaf417-dc1c-40a7-be01-f9bd64c4db46",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        1180,
        240
      ]
    },
    {
      "id": "a7ad5577-1f1d-4b69-a869-95fd5634fd7d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -320,
        0
      ]
    },
    {
      "id": "d8276f52-0850-4c93-a834-340acc55f273",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        -360
      ],
      "parameters": {
        "width": 440,
        "height": 520,
        "content": "## How to Get Your Ambee API Key\nAmbee offers free API access, but you need to sign up using a work or university email address (e.g., name@company.com, name@uni.edu). Personal emails like Gmail or Ou"
      }
    },
    {
      "id": "91f908f7-71e6-49f6-84f7-0fe00328c5e3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        220
      ],
      "parameters": {
        "width": 480,
        "height": 300,
        "content": "## Set Your Location Coordinates \nLocation Coordinates (Latitude & Longitude)\nTo fetch accurate air and pollen data, you need to input the coordinates of the location you're monitoring.\n\nExample (Brau"
      }
    },
    {
      "id": "68a7a76f-3154-443b-817f-6f284528c73b",
      "name": "Set Your Location Coordinates",
      "type": "n8n-nodes-base.set",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "aa5fd195-2194-48f2-a07c-b263313ef98b",
      "name": "Set User Profile",
      "type": "n8n-nodes-base.set",
      "position": [
        240,
        0
      ]
    },
    {
      "id": "96eb2b9b-dc91-4853-899a-3d6d729d28a4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -380
      ],
      "parameters": {
        "width": 480,
        "height": 300,
        "content": "## Set  User Profile\nThis tells the AI what kind of user you're creating suggestions for.\nIt should include:\n-Age\n-Health sensitivities (e.g., asthma, allergy to pollen)\n\nyou can add more Infos, if yo"
      }
    }
  ],
  "connections": {
    "Gmail": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Think": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        []
      ]
    },
    "Get Air data": {
      "main": [
        [
          {
            "node": "Get Pollen data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Pollen data": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Your Location Coordinates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set User Profile": {
      "main": [
        [
          {
            "node": "Get Air data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Set Your Location Coordinates": {
      "main": [
        [
          {
            "node": "Set User Profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}