{
  "name": "Get IPO calendar alerts via Telegram with Finnhub API and Gemini AI",
  "nodes": [
    {
      "id": "e494e461-9cea-4e9d-a7ee-46d2cfe6da40",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1060,
        -480
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "cc48535d-9e80-477a-9ac9-d5b397f63f23",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -440
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8c194792-6899-44ee-834c-c8420ef93ee5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "25b6f380-e329-47e2-9bae-e97ad38196e0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1400,
        -520
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "58d73bcc-d9a1-4f48-b20f-1004951b0077",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1840,
        -520
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "373e7bf3-35cf-447e-b936-30de5e7077ed",
      "name": "Set API Key for Finhubb & Dates",
      "type": "n8n-nodes-base.set",
      "position": [
        -200,
        -200
      ]
    },
    {
      "id": "174c446e-f69c-4950-96e4-f5a9403e3e95",
      "name": "Dynamically Sets the Date",
      "type": "n8n-nodes-base.code",
      "position": [
        -560,
        -200
      ]
    },
    {
      "id": "ab34f816-3dd1-4401-8f77-2c315b8a2157",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1020,
        -180
      ]
    },
    {
      "id": "dbaf3740-ea86-4c95-b041-a59551549af4",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1300,
        180
      ]
    },
    {
      "id": "c7f32849-5ba1-4ade-b742-e90f3909d86c",
      "name": "Organizes Input",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        -180
      ]
    },
    {
      "id": "4b8749b0-3472-4d9d-b9dc-da3626f0dd1b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "177c9d31-3857-47f6-aee2-a845cdd3790b",
      "name": "Gets Upcoming Earnings",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        340,
        -180
      ]
    },
    {
      "id": "105c86b5-109b-403c-ba42-e3b02f6624a3",
      "name": "Google Gemini Chat Model (Formats Output)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        980,
        180
      ]
    },
    {
      "id": "db29a1b0-f9e0-4640-8e88-75475a725f47",
      "name": "Schedule Every 7  Days",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -940,
        -200
      ]
    },
    {
      "id": "f0b24a1a-a9ef-48d1-a740-46edecf630a2",
      "name": "Send Upcoming IPO Calendar Updates via Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1560,
        -180
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send Upcoming IPO Calendar Updates via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Organizes Input": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gets Upcoming Earnings": {
      "main": [
        [
          {
            "node": "Organizes Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Every 7  Days": {
      "main": [
        [
          {
            "node": "Dynamically Sets the Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Dynamically Sets the Date": {
      "main": [
        [
          {
            "node": "Set API Key for Finhubb & Dates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set API Key for Finhubb & Dates": {
      "main": [
        [
          {
            "node": "Gets Upcoming Earnings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model (Formats Output)": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Send Upcoming IPO Calendar Updates via Telegram": {
      "main": [
        []
      ]
    }
  }
}