{
  "name": "Automated news summarizer with GPT-4o + email delivery",
  "nodes": [
    {
      "id": "1145643c-2b2c-44e9-bcf4-30e412f9416e",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -960,
        -340
      ]
    },
    {
      "id": "44038509-248a-47d4-9c49-5c0f29ffda22",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -400,
        -340
      ]
    },
    {
      "id": "e97aeaae-a829-40d5-a344-6ae7141095ec",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -400,
        -160
      ]
    },
    {
      "id": "7b285d38-5089-4eed-bd81-8ef4667f3c28",
      "name": "Pull News",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -680,
        -340
      ]
    },
    {
      "id": "4c6e30ad-4030-48e7-b735-1d8e228a1c03",
      "name": "Send Mail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        180,
        -340
      ]
    },
    {
      "id": "c05f27cc-fd08-457a-b964-3bbd3e7193a2",
      "name": "Email list",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -40,
        -340
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Email list",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pull News": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email list": {
      "main": [
        [
          {
            "node": "Send Mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Pull News",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}