{
  "name": "Daily tech news curation with RSS, GPT-4o-Mini, and Gmail delivery",
  "nodes": [
    {
      "id": "69394736-5c78-420e-9f03-ac18501cb377",
      "name": "Daily Newsletter Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        624,
        1040
      ]
    },
    {
      "id": "1ee57ce6-d7aa-49d5-bac7-814bde5b0a65",
      "name": "Configure RSS Sources",
      "type": "n8n-nodes-base.set",
      "position": [
        864,
        1040
      ]
    },
    {
      "id": "6477cbf0-790d-41ce-8b45-a273e03c9247",
      "name": "Split RSS URLs",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1088,
        1040
      ]
    },
    {
      "id": "37cfed68-0740-4e77-a1ab-827f8f1eec28",
      "name": "Fetch RSS Articles",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1296,
        1040
      ]
    },
    {
      "id": "d7f56edb-cd31-4a53-b390-e910b7c50ce8",
      "name": "Filter Articles",
      "type": "n8n-nodes-base.code",
      "position": [
        1504,
        1040
      ]
    },
    {
      "id": "14562212-87cc-4321-8277-bd8519c1adcf",
      "name": "Clean Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1712,
        1040
      ]
    },
    {
      "id": "6769221a-1d99-4c17-9828-46ee92be5926",
      "name": "Combine Articles",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1920,
        1040
      ]
    },
    {
      "id": "6c430d53-cbd3-4881-b86b-48707c9e32a5",
      "name": "AI Newsletter Creator",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        2176,
        1040
      ]
    },
    {
      "id": "fb8881bc-7831-43f8-97f7-4a604a4a9806",
      "name": "Send Newsletter",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2528,
        1040
      ]
    },
    {
      "id": "b43da764-1c99-4cdd-8b9c-338753c68826",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        384
      ],
      "parameters": {
        "width": 736,
        "height": 1136,
        "content": "# AI Tech News Aggregator & Newsletter\n\n### 🎯 Key Features\n- **Premium Sources** - Curates from 14 top-tier tech publications\n- **AI Quality Control** - Intelligent article selection and summarization"
      }
    },
    {
      "id": "c96013fe-cde1-4ef2-b833-683fb6269d67",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        400
      ],
      "parameters": {
        "width": 2192,
        "height": 848,
        "content": "## Workflow\n\n### 💡 Customization Options\n\n**Newsletter Timing:**\n- Default: 8:00 AM UTC daily\n- Modify \"triggerAtHour\" in the Schedule Trigger node\n- Add multiple daily sends if desired\n\n**Content Foc"
      }
    }
  ],
  "connections": {
    "Clean Data": {
      "main": [
        [
          {
            "node": "Combine Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split RSS URLs": {
      "main": [
        [
          {
            "node": "Fetch RSS Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Articles": {
      "main": [
        [
          {
            "node": "Clean Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Articles": {
      "main": [
        [
          {
            "node": "AI Newsletter Creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch RSS Articles": {
      "main": [
        [
          {
            "node": "Filter Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Newsletter Creator": {
      "main": [
        [
          {
            "node": "Send Newsletter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configure RSS Sources": {
      "main": [
        [
          {
            "node": "Split RSS URLs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Newsletter Trigger": {
      "main": [
        [
          {
            "node": "Configure RSS Sources",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}