Support for WebSub in RSS Trigger

The idea is:

Enable n8n to support the WebSub protocol in the RSS Trigger node. This means that instead of relying on CRON schedules, the trigger will be real-time, reacting promptly to updates in the subscribed RSS feeds.

My use case:

I frequently rely on real-time information from RSS feeds and need n8n to respond promptly to updates, ensuring timely processing and automation of related workflows.

I think it would be beneficial to add this because:

  1. Real-time Responsiveness: WebSub allows for immediate triggering upon RSS feed updates, providing a more responsive automation solution.
  2. Efficient Resource Utilization: Eliminating the need for constant polling through CRON schedules can lead to more efficient use of resources.
  3. Enhanced Workflow Accuracy: Real-time triggering ensures that workflows are executed with the latest data, contributing to the accuracy of automated tasks.

Any resources to support this?

WebSub Protocol Documentation

Are you willing to work on this?

Yes No