Inoreader icon

Inoreader

Interact with the Inoreader API

Overview

This node integrates with the Inoreader API to retrieve multiple articles from a specified feed. It is useful for workflows that need to process or analyze batches of articles from a particular RSS feed managed in Inoreader. For example, you could use this node to fetch the latest 50 articles from a news feed and then filter or transform them further in your automation.

Properties

Name Meaning
Feed Name or ID Select the feed to get articles from. You can choose from a list of available feeds 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 feed. Each item contains a json field with the article's data as returned by the Inoreader API. The structure typically includes metadata such as article ID, title, content snippet, publication date, author, and other feed-specific details.

No binary data is output by this operation.

Dependencies

  • Requires an OAuth2 API credential for authenticating with the Inoreader API.
  • The node makes HTTP requests to Inoreader endpoints, so internet access and valid API credentials are necessary.
  • No additional environment variables or configurations are required beyond the API authentication setup.

Troubleshooting

  • Missing or invalid Feed ID: If the feed ID is not provided or incorrect, the node will throw an error indicating "No streamId resolved!" Ensure the feed is selected correctly or the ID is valid.
  • API Authentication errors: If the OAuth2 token is expired or invalid, requests will fail. Refresh or reconfigure the API credentials.
  • Limit value issues: Setting the limit below 1 may cause errors; ensure it is a positive integer.
  • Unexpected API responses: If the API returns unexpected data or errors, verify the feed exists and the user has access rights.

Links and References

Discussion