AutomationFlowsGeneral › Read An Rss Feed

Read An Rss Feed

Read An Rss Feed. Uses manualTrigger, rssFeedRead. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesRss Feed Read
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        260,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "RSS Feed Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        460,
        320
      ],
      "parameters": {
        "url": "https://failedmachine.com/rss/"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "RSS Feed Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

About this workflow

Read An Rss Feed. Uses manualTrigger, rssFeedRead. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →