Actions8
Overview
This node interacts with the Inoreader API to retrieve multiple articles associated with a specific tag. It is useful when you want to filter and fetch articles that have been tagged in your Inoreader account, enabling workflows that process or analyze grouped content based on tags.
Practical examples include:
- Automatically gathering all articles labeled with a particular topic or project tag for further processing.
- Exporting or backing up articles from a specific tag.
- Triggering notifications or summaries based on new articles added to a certain tag.
Properties
| Name | Meaning |
|---|---|
| Tag Name or ID | Select the tag to get articles from. You can choose from a list of existing tags or specify an ID using an expression. |
| Limit | Maximum number of articles to return. Must be at least 1. Defaults to 50. |
Output
The output consists of multiple items, each representing an article retrieved from the specified tag. Each item contains a json field with the article's data as returned by the Inoreader API. The structure includes typical article metadata such as title, author, content snippet, publication date, and unique identifiers.
No binary data is output by this operation.
Dependencies
- Requires an authenticated connection to the Inoreader API via OAuth2.
- The node depends on having valid API credentials configured in n8n to authenticate requests.
- Network access to
https://www.inoreader.comis necessary.
Troubleshooting
- Missing or invalid Tag ID: If the tag parameter is not provided or incorrect, the node will throw an error indicating no stream ID was resolved. Ensure the tag exists and is correctly selected or specified.
- API authentication errors: If the OAuth2 credentials are invalid or expired, requests will fail. Re-authenticate or update credentials as needed.
- Limit parameter issues: Setting the limit below 1 may cause validation errors; ensure it is set to 1 or higher.
- Empty results: If no articles are returned, verify that the tag actually has articles assigned in Inoreader.
Links and References
- Inoreader API Documentation
- n8n Expressions Documentation (for specifying dynamic Tag IDs)