{
  "name": "Daily positive news digest with OpenAI and Gmail",
  "nodes": [
    {
      "id": null,
      "name": "Daily Morning Trigger (7 AM)",
      "type": "n8n-nodes-base.cron",
      "position": [
        240,
        300
      ]
    },
    {
      "id": null,
      "name": "Fetch Positive News (RSS)",
      "type": "n8n-nodes-base.rssFeed",
      "position": [
        480,
        300
      ]
    },
    {
      "id": null,
      "name": "Prepare for AI",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        300
      ]
    },
    {
      "id": null,
      "name": "AI: Summarize Positive News",
      "type": "n8n-nodes-base.openAi",
      "position": [
        960,
        300
      ]
    },
    {
      "id": null,
      "name": "Filter & Prepare Positive Summaries",
      "type": "n8n-nodes-base.function",
      "position": [
        1200,
        300
      ]
    },
    {
      "id": null,
      "name": "If Positive News Found",
      "type": "n8n-nodes-base.if",
      "position": [
        1440,
        300
      ]
    },
    {
      "id": null,
      "name": "Format Positive News Email",
      "type": "n8n-nodes-base.function",
      "position": [
        1680,
        220
      ]
    },
    {
      "id": null,
      "name": "Format No Positive News Message",
      "type": "n8n-nodes-base.function",
      "position": [
        1680,
        380
      ]
    },
    {
      "id": null,
      "name": "Send Daily Digest Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1920,
        300
      ]
    }
  ],
  "connections": {
    "Prepare for AI": {
      "main": [
        [
          {
            "node": "AI: Summarize Positive News",
            "type": "main"
          }
        ]
      ]
    },
    "If Positive News Found": {
      "main": [
        [
          {
            "node": "Format Positive News Email",
            "type": "main"
          }
        ],
        [
          {
            "node": "Format No Positive News Message",
            "type": "main"
          }
        ]
      ]
    },
    "Fetch Positive News (RSS)": {
      "main": [
        [
          {
            "node": "Prepare for AI",
            "type": "main"
          }
        ]
      ]
    },
    "Format Positive News Email": {
      "main": [
        [
          {
            "node": "Send Daily Digest Email",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Summarize Positive News": {
      "main": [
        [
          {
            "node": "Filter & Prepare Positive Summaries",
            "type": "main"
          }
        ]
      ]
    },
    "Daily Morning Trigger (7 AM)": {
      "main": [
        [
          {
            "node": "Fetch Positive News (RSS)",
            "type": "main"
          }
        ]
      ]
    },
    "Format No Positive News Message": {
      "main": [
        [
          {
            "node": "Send Daily Digest Email",
            "type": "main"
          }
        ]
      ]
    },
    "Filter & Prepare Positive Summaries": {
      "main": [
        [
          {
            "node": "If Positive News Found",
            "type": "main"
          }
        ]
      ]
    }
  }
}