{
  "name": "Rss feed news processing and distribution workflow",
  "nodes": [
    {
      "id": "446b17f4-2e1f-4155-8b36-1c063f738176",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -420,
        0
      ]
    },
    {
      "id": "51cfb529-c09e-4afc-8279-67145317bfb7",
      "name": "RSS Read Testing Catalog",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -100,
        160
      ]
    },
    {
      "id": "2b6dc055-6877-4070-9fb3-4547ecf5ca15",
      "name": "Transform date",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "d66d19c6-96f1-4ae5-8295-de65809ba517",
      "name": "Filter by date (more than 7 days)",
      "type": "n8n-nodes-base.filter",
      "position": [
        620,
        0
      ]
    },
    {
      "id": "a5d651b8-6c66-40c9-9d56-84b7265bdef8",
      "name": "Sort by date",
      "type": "n8n-nodes-base.sort",
      "position": [
        840,
        0
      ]
    },
    {
      "id": "ba15be96-5173-4ea5-9792-b52af467ba16",
      "name": "Limit news to x",
      "type": "n8n-nodes-base.limit",
      "position": [
        1060,
        0
      ]
    },
    {
      "id": "f290a6c6-7135-4eaf-83dc-03eab6073e93",
      "name": "Transform new to MD",
      "type": "n8n-nodes-base.code",
      "position": [
        1280,
        0
      ]
    },
    {
      "id": "4ecc9388-504b-450c-b79c-ca455dd38afb",
      "name": "Publish comment",
      "type": "n8n-nodes-base.trello",
      "position": [
        1480,
        0
      ]
    },
    {
      "id": "96a42e03-0114-4098-9645-ce5bc29544e7",
      "name": "Send revision email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1700,
        0
      ]
    },
    {
      "id": "d2199794-61c9-4e62-9a7a-e71733ed01a8",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        180,
        0
      ]
    },
    {
      "id": "d8f1413b-6d29-4d11-a9cc-cf42ac1dca6d",
      "name": "RSS Read marktechpost",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -100,
        0
      ]
    },
    {
      "id": "9a165edb-6e92-41ff-8f8a-af1bfab92d86",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -280
      ],
      "parameters": {
        "width": 500,
        "height": 620,
        "content": "## RSS sources \nHere you can add up to nine sources of RSS. To do so, modify the merge node for the number of RSS feeds you want, duplicate the RSS node and wire it to the trigger and the merge node\n"
      }
    },
    {
      "id": "780c4737-1776-4340-b23d-bd2a52ee9f96",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        -160
      ],
      "parameters": {
        "width": 640,
        "height": 360,
        "content": "## Age and number of the news \nHere you can set the number of days behind by changing the 7 by any number in the filter by date node:\n```\nDate.now() - 7 * 24 * 60 * 60 * 1000\n```\nYou can also modify t"
      }
    },
    {
      "id": "36819879-d53e-4730-ae0e-bd0a105d54fb",
      "name": "RSS Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -100,
        -160
      ]
    },
    {
      "id": "2b089f64-5bbb-4357-86f7-21cea7cb8e60",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -780
      ],
      "parameters": {
        "width": 500,
        "height": 1120,
        "content": "## RSS Feed News Processing and Distribution Workflow\n\n### Who is this for?\n\nThis workflow is designed for professionals and teams who need to monitor multiple RSS feeds, filter the latest content, an"
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Transform date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sort by date": {
      "main": [
        [
          {
            "node": "Limit news to x",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transform date": {
      "main": [
        [
          {
            "node": "Filter by date (more than 7 days)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit news to x": {
      "main": [
        [
          {
            "node": "Transform new to MD",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Publish comment": {
      "main": [
        [
          {
            "node": "Send revision email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "RSS Read Testing Catalog",
            "type": "main",
            "index": 0
          },
          {
            "node": "RSS Read marktechpost",
            "type": "main",
            "index": 0
          },
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send revision email": {
      "main": [
        []
      ]
    },
    "Transform new to MD": {
      "main": [
        [
          {
            "node": "Publish comment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read marktechpost": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "RSS Read Testing Catalog": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "Filter by date (more than 7 days)": {
      "main": [
        [
          {
            "node": "Sort by date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}