{
  "name": "Summarize RSS feeds into a daily AI digest with Gemini, Slack, and Gmail",
  "nodes": [
    {
      "id": "e631d7fb-dbe8-4ce2-ad9c-27149bcae749",
      "name": "Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        1696
      ],
      "parameters": {
        "width": 576,
        "height": 544,
        "content": "## Daily AI News Digest\n\n### How it works\n1. A schedule trigger runs every morning at your chosen time\n2. RSS Feed nodes pull latest articles from your configured news sources\n3. A Code node merges an"
      }
    },
    {
      "id": "6429f1dc-4610-4d4b-baee-83df5f7c1188",
      "name": "Note - Collection",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1008,
        1696
      ],
      "parameters": {
        "width": 520,
        "height": 500,
        "content": "## Feed collection\nPulls articles from multiple RSS sources and merges them."
      }
    },
    {
      "id": "4c299734-dbc8-43eb-b496-131085e904bf",
      "name": "Note - AI Summary",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1552,
        1696
      ],
      "parameters": {
        "width": 520,
        "height": 508,
        "content": "## AI summarization\nGemini reads each article and creates a scored summary."
      }
    },
    {
      "id": "151082d3-4c0b-4aa7-b73a-875d1c7d305a",
      "name": "Note - Delivery",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2096,
        1696
      ],
      "parameters": {
        "width": 428,
        "height": 500,
        "content": "## Digest delivery\nFormats the digest and delivers via Slack and Gmail."
      }
    },
    {
      "id": "3192de6a-a0ae-4b8a-bd6c-1660ea9b4121",
      "name": "Morning Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1040,
        1904
      ]
    },
    {
      "id": "566d87bf-df76-4fb7-979a-c0f1dfda1d8a",
      "name": "Tech News Feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1296,
        1808
      ]
    },
    {
      "id": "c34c2132-0606-4b78-a49c-3a2bc6d93a48",
      "name": "Hacker News Feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1296,
        2000
      ]
    },
    {
      "id": "ecdbbee0-e35d-488a-a740-021abbfa1f9c",
      "name": "Merge and Deduplicate",
      "type": "n8n-nodes-base.code",
      "position": [
        1616,
        1904
      ]
    },
    {
      "id": "08c9895e-990c-4dc3-8406-9898f1e595b6",
      "name": "Summarize and Score",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1792,
        1904
      ]
    },
    {
      "id": "f62c1dd3-311c-4c59-a36f-def2cb136d85",
      "name": "Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1792,
        2080
      ]
    },
    {
      "id": "140bb95a-5122-49b3-8546-9a93c9a43530",
      "name": "Build Digest",
      "type": "n8n-nodes-base.code",
      "position": [
        2128,
        1904
      ]
    },
    {
      "id": "ffe915dc-c221-4934-bde9-ee8add47ad9c",
      "name": "Post to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        2336,
        1808
      ]
    },
    {
      "id": "acce60cf-382f-4789-b37c-94a9665c3cb7",
      "name": "Email Digest",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2336,
        2016
      ]
    }
  ],
  "connections": {
    "Build Digest": {
      "main": [
        [
          {
            "node": "Post to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email Digest",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Tech News Feed": {
      "main": [
        [
          {
            "node": "Merge and Deduplicate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Hacker News Feed": {
      "main": [
        [
          {
            "node": "Merge and Deduplicate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Morning Schedule": {
      "main": [
        [
          {
            "node": "Tech News Feed",
            "type": "main",
            "index": 0
          },
          {
            "node": "Hacker News Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Summarize and Score",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Summarize and Score": {
      "main": [
        [
          {
            "node": "Build Digest",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge and Deduplicate": {
      "main": [
        [
          {
            "node": "Summarize and Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}