{
  "name": "Financial news digest with Google Gemini AI to Outlook email",
  "nodes": [
    {
      "id": "37ef1af1-135b-43f5-b461-eaaa0e5398d3",
      "name": "Get financial news online",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        800,
        120
      ]
    },
    {
      "id": "28e3610c-088b-441a-a878-a622d481f8a5",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        220
      ]
    },
    {
      "id": "07495fc9-4c23-4afd-a613-c6c9c4afb8e4",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1420,
        280
      ]
    },
    {
      "id": "505775ac-b8c2-47cb-b52e-0d672defc7e8",
      "name": "Gather the elements",
      "type": "n8n-nodes-base.set",
      "position": [
        1020,
        120
      ]
    },
    {
      "id": "dcd60db4-d081-4bd8-adbd-9b5f1fe9daca",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1460,
        120
      ]
    },
    {
      "id": "dd48f047-5afd-4328-be43-c4e273678335",
      "name": "Send the summary by e-mail",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        1400,
        -160
      ]
    },
    {
      "id": "b839af50-9de4-4e4b-bf2a-908162cf1673",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -80,
        20
      ]
    },
    {
      "id": "0f98ba27-1a2f-49c4-8dcd-17b3f143e458",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1240,
        120
      ]
    },
    {
      "id": "93ba87ad-038d-46d2-bdb2-6541bb168438",
      "name": "Item List Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserItemList",
      "position": [
        1608,
        340
      ]
    },
    {
      "id": "a756e116-60e4-43c3-8009-8795f1db0f4f",
      "name": "AI Agent1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        2056,
        245
      ]
    },
    {
      "id": "654de85f-47a7-4cc3-b2cb-aa46172f9bcd",
      "name": "Google Gemini Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        2144,
        465
      ]
    },
    {
      "id": "c3200eee-d9c9-4b4c-a4f7-3b5d04e712c4",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        140,
        120
      ]
    },
    {
      "id": "39fef131-fc55-49dc-af2b-7adad8307b12",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1180,
        -160
      ]
    },
    {
      "id": "e17d16e5-ef89-4e99-9336-cd39a1a7442f",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        360,
        120
      ]
    },
    {
      "id": "5fdd6257-bca4-42dd-b2cf-5511abe1bfaa",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        580,
        120
      ]
    },
    {
      "id": "584a32f9-115b-450c-bc4e-4bca605e9e44",
      "name": "Edit Fields2",
      "type": "n8n-nodes-base.set",
      "position": [
        1836,
        120
      ]
    },
    {
      "id": "fc82325d-e873-41a1-a710-31b6ac3d761f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dc18ae32-1396-4a89-84a4-53181405c2fd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Edit Fields2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent1": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Send the summary by e-mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields2": {
      "main": [
        [
          {
            "node": "AI Agent1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get financial news online",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gather the elements": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Item List Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get financial news online": {
      "main": [
        [
          {
            "node": "Gather the elements",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}