{
  "name": "Generate a weekly content calendar with OpenAI GPT-5-mini, RSS feeds, and Notion",
  "nodes": [
    {
      "id": "b44f2fe5-42ee-4950-a1ba-7e669b78ca91",
      "name": "Weekly Monday 9AM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1088,
        560
      ]
    },
    {
      "id": "2544fab0-093b-4d42-bc2b-1148f5b2f00d",
      "name": "RSS Feed - Tech News",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1312,
        464
      ]
    },
    {
      "id": "cd4ab05f-e858-4b72-a586-ef01cc4dc556",
      "name": "RSS Feed - Biz & IT",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1312,
        656
      ]
    },
    {
      "id": "d5887fcb-ed45-4c73-9044-7caf86e47fbd",
      "name": "RSS Feed - MIT Science & Tech",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1312,
        864
      ]
    },
    {
      "id": "2ea32e74-4006-4a67-8719-0c2aa271dc0d",
      "name": "Combine All Articles",
      "type": "n8n-nodes-base.merge",
      "position": [
        1744,
        640
      ]
    },
    {
      "id": "2192d450-36c0-4b24-a84a-edf5aebbe6a1",
      "name": "Filter and Format Articles",
      "type": "n8n-nodes-base.code",
      "position": [
        1968,
        656
      ]
    },
    {
      "id": "5730d377-6228-4d7c-9ec0-d02a6003cd96",
      "name": "Has Articles?",
      "type": "n8n-nodes-base.if",
      "position": [
        2176,
        640
      ]
    },
    {
      "id": "38d662bb-a7f7-493c-9d79-27b409dabc61",
      "name": "Generate Content Calendar (Structured)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        2400,
        544
      ]
    },
    {
      "id": "2b237c53-b051-4983-bc34-04ebaeacd40a",
      "name": "Split Into Individual Ideas",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        2688,
        544
      ]
    },
    {
      "id": "85f07e46-72c9-469e-bb33-26921ef65ab5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        176
      ],
      "parameters": {
        "width": 520,
        "height": 924,
        "content": "## Generate weekly content calendar with AI from RSS feeds\n\n### How it works\nThis workflow automatically generates a weekly content calendar by analyzing trending articles from your industry RSS feeds"
      }
    },
    {
      "id": "87048c0a-6fd0-4275-b7cb-e978a8dc4e71",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        352
      ],
      "parameters": {
        "width": 272,
        "height": 720,
        "content": "### 📥 RSS Sources\nAdd your industry feeds here.\nDuplicate nodes for more sources."
      }
    },
    {
      "id": "fa37bf50-0e1e-4035-ac45-65b89bec62e8",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1664,
        448
      ],
      "parameters": {
        "width": 472,
        "height": 440,
        "content": "### 🔄 Processing\nAggregate and filter articles from last 7 days.\n\n**Customize in code:**\n- `DAYS_BACK` → time window\n- `MAX_ARTICLES` → limit for AI"
      }
    },
    {
      "id": "66b56246-3251-4ff5-8f75-52035c5d4935",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2336,
        400
      ],
      "parameters": {
        "width": 464,
        "height": 352,
        "content": "### 🤖 AI Generation\nGPT creates 7 content ideas with strict JSON output.\n\nDistributes across Monday-Friday."
      }
    },
    {
      "id": "b6dc2f28-9f0c-407d-a2de-b6fe93f0e727",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2832,
        384
      ],
      "parameters": {
        "width": 256,
        "height": 384,
        "content": "### 📝 Notion Output\nEach idea becomes a database page.\n\nReady for your content workflow."
      }
    },
    {
      "id": "d2554d17-ab84-4d9d-89f9-d118372ac06c",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2368,
        784
      ],
      "parameters": {
        "width": 400,
        "height": 240,
        "content": "\n\n\n\n\n\n\n\n\n\n\n**No articles found in timeframe**\n\nStop execution gracefully."
      }
    },
    {
      "id": "1c2c3d0c-e5aa-484a-b5f0-1b694a641a7a",
      "name": "No Recent Articles",
      "type": "n8n-nodes-base.noOp",
      "position": [
        2400,
        800
      ]
    },
    {
      "id": "22f4adea-5c1f-4498-a657-ff34bb52c2da",
      "name": "Create Database Page in Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        2896,
        544
      ]
    }
  ],
  "connections": {
    "Has Articles?": {
      "main": [
        [
          {
            "node": "Generate Content Calendar (Structured)",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Recent Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly Monday 9AM": {
      "main": [
        [
          {
            "node": "RSS Feed - Tech News",
            "type": "main",
            "index": 0
          },
          {
            "node": "RSS Feed - Biz & IT",
            "type": "main",
            "index": 0
          },
          {
            "node": "RSS Feed - MIT Science & Tech",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed - Biz & IT": {
      "main": [
        [
          {
            "node": "Combine All Articles",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Combine All Articles": {
      "main": [
        [
          {
            "node": "Filter and Format Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed - Tech News": {
      "main": [
        [
          {
            "node": "Combine All Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter and Format Articles": {
      "main": [
        [
          {
            "node": "Has Articles?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Into Individual Ideas": {
      "main": [
        [
          {
            "node": "Create Database Page in Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed - MIT Science & Tech": {
      "main": [
        [
          {
            "node": "Combine All Articles",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "Generate Content Calendar (Structured)": {
      "main": [
        [
          {
            "node": "Split Into Individual Ideas",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}