AutomationFlowsGeneral › Read RSS Feed in n8n (Workflow)

Read RSS Feed in n8n (Workflow)

Original n8n title: 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: ★☆☆☆☆ Added:

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
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

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 →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

subflow-tts. Uses rssFeedRead. Event-driven trigger; 6 nodes.

RSS Feed Read
General

Data Transformation Techniques. Uses rssFeedRead. Event-driven trigger; 6 nodes.

RSS Feed Read
General

This workflow provides a powerful yet simple foundation for monitoring blogs using RSS feeds. It automatically fetches articles from a list of your favorite blogs and filters them based on their publi

RSS Feed Read
General

Merge Data For Multiple Executions. Uses manualTrigger, rssFeedRead, splitInBatches. Event-driven trigger; 6 nodes.

RSS Feed Read
General

Read Rss Feed From Two Different Sources. Uses rssFeedRead, manualTrigger, splitInBatches. Event-driven trigger; 4 nodes.

RSS Feed Read