{
  "name": "Automatic news summarization & email digest with GPT-4, NewsAPI and Gmail",
  "nodes": [
    {
      "id": "c5091fb1-5bc5-44bc-b804-201d5ffe0672",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2120,
        -40
      ]
    },
    {
      "id": "60424e56-7429-48c5-831c-056e9874b8a3",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -1560,
        -40
      ]
    },
    {
      "id": "2bd28b32-80f9-4a69-9b1a-0eee7ef3db42",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1560,
        140
      ]
    },
    {
      "id": "792376e9-3312-4862-94a0-e38de2e6dda5",
      "name": "Pull News",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1840,
        -40
      ]
    },
    {
      "id": "596c8d5d-3c03-435e-abab-e7b93de28471",
      "name": "Send Mail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -980,
        -40
      ]
    },
    {
      "id": "125b6015-f220-4245-94eb-08d61ece41b3",
      "name": "Email list",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1200,
        -40
      ]
    },
    {
      "id": "b4146559-5d6c-4db3-aad5-12a73621aa90",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3020,
        -300
      ],
      "parameters": {
        "width": 740,
        "height": 1280,
        "content": "📰 AI News Digest Agent: Auto News Summarizer & Emailer\nAutomatically fetch top news headlines, generate AI-powered summaries, and send personalized digests to your subscriber list. Perfect for:\n✅ News"
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}