diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread.md index 273ab6686..3e43e3f3b 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread.md @@ -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. diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger.md new file mode 100644 index 000000000..1d330049e --- /dev/null +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger.md @@ -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.