RSS Feed Read

RSS Feed Read integration on indie.money

Written By pvdyck

Last updated 7 days ago

RSS Feed Read

:no_entry: Not Supported

n8n docsRSS Feed Read node documentation
AuthNo authentication required

Why Unsupported

The RSS Feed Read node uses the rss-parser library which calls http.get() at module initialization time. This crashes the platform runtime at startup, making the node incompatible with the execution environment.

Alternatives

Use the HTTP Request node to fetch RSS feeds as raw XML, then parse with the XML node:

  1. HTTP Request β†’ GET the RSS feed URL
  2. XML node β†’ Convert XML to JSON

Status

This integration is not available on indie.money due to platform runtime incompatibility.