{
  "name": "Curate RSS feeds into daily content ideas via email with Notion & Telegram options",
  "nodes": [
    {
      "id": null,
      "name": "Sticky: README",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Sticky: Prereqs + Schema",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Sticky: Setup Checklist",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Sticky: Testing & Behavior",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Sticky: Compliance + Troubleshooting",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        360
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Daily Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        -160,
        40
      ]
    },
    {
      "id": null,
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        200
      ]
    },
    {
      "id": null,
      "name": "Set: User Config",
      "type": "n8n-nodes-base.set",
      "position": [
        80,
        200
      ]
    },
    {
      "id": null,
      "name": "Function: Build URL Items",
      "type": "n8n-nodes-base.function",
      "position": [
        360,
        60
      ]
    },
    {
      "id": null,
      "name": "RSS: Read Feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        540,
        60
      ]
    },
    {
      "id": null,
      "name": "Function: Collect & Angle",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        60
      ]
    },
    {
      "id": null,
      "name": "Function: Trim",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        60
      ]
    },
    {
      "id": null,
      "name": "Function: Build Email",
      "type": "n8n-nodes-base.function",
      "position": [
        960,
        180
      ]
    },
    {
      "id": null,
      "name": "If: Notion Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        960,
        300
      ]
    },
    {
      "id": null,
      "name": "Notion: Create Idea",
      "type": "n8n-nodes-base.notion",
      "position": [
        1140,
        420
      ]
    },
    {
      "id": null,
      "name": "Email: Send Digest",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        180
      ]
    },
    {
      "id": null,
      "name": "If: Telegram Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        1140,
        240
      ]
    },
    {
      "id": null,
      "name": "Telegram: Ping",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1140,
        300
      ]
    },
    {
      "id": null,
      "name": "On Error",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -160,
        360
      ]
    },
    {
      "id": null,
      "name": "On Error → Email Owner",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        360
      ]
    }
  ],
  "connections": {
    "On Error": {
      "main": [
        [
          {
            "node": "On Error → Email Owner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Cron": {
      "main": [
        [
          {
            "node": "Set: User Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function: Trim": {
      "main": [
        [
          {
            "node": "Function: Build Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "If: Notion Enabled?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Set: User Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS: Read Feed": {
      "main": [
        [
          {
            "node": "Function: Collect & Angle",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set: User Config": {
      "main": [
        [
          {
            "node": "Function: Build URL Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If: Notion Enabled?": {
      "main": [
        [
          {
            "node": "Notion: Create Idea",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Function: Build Email": {
      "main": [
        [
          {
            "node": "Email: Send Digest",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If: Telegram Enabled?": {
      "main": [
        [
          {
            "node": "Telegram: Ping",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Function: Build URL Items": {
      "main": [
        [
          {
            "node": "RSS: Read Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function: Collect & Angle": {
      "main": [
        [
          {
            "node": "Function: Trim",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}