Merge pull request #1641 from n8n-io/rss-feed-trigger-node

Add rss feed trigger node
This commit is contained in:
Deborah 2023-10-25 15:14:58 +01:00 committed by GitHub
commit bae403dafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 2 deletions

View File

@ -16,7 +16,7 @@ The RSS Read node has only one property:
## Example Usage
This workflow allows you to read an RSS Feed using the RSS Read node. You can also find the [workflow](https://n8n.io/workflows/583) on the website. This example usage workflow would use the following two nodes.
This workflow allows you to read an RSS Feed using the RSS Read node. You can also find the [workflow](https://n8n.io/workflows/583){:target=_blank .external-link} on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [RSS Read]()
@ -34,7 +34,11 @@ The start node exists by default when you create a new workflow.
1. Enter the URL of the RSS feed that you want to read in the *URL* field.
2. Click on *Execute Node* to run the workflow.
## Related resources
n8n provides a trigger node for RSS Read. You can find the trigger node docs [here](/integrations/builtin/trigger-nodes/n8n-nodes-base.rssfeedreadtrigger/).
View [example workflows and related content](https://n8n.io/integrations/rss-read/){:target=_blank .external-link} on n8n's website.

View File

@ -0,0 +1,23 @@
---
title: RSS Feed Trigger
description: Documentation for the RSS Feed Trigger node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
---
# RSS Feed Trigger
The RSS Feed Trigger node allows you start an n8n workflow when a new RSS feed item has been published.
On this page, you'll find a list of operations the RSS Feed Trigger node supports, and links to more resources.
!!! note "Examples and templates"
For usage examples and templates to help you get started, refer to n8n's [RSS Feed Trigger's integrations](https://n8n.io/integrations/rss-feed-trigger/){:target=_blank .external-link} page.
## Node parameters
* Feed URL
## Related resources
n8n provides an app node for RSS Feeds. You can find the node docs [here](/integrations/builtin/trigger-nodes/n8n-nodes-base.rssfeedread/).
View [example workflows and related content](https://n8n.io/integrations/rss-feed-trigger/){:target=_blank .external-link} on n8n's website.