Wallabag icon

Wallabag

Save and manage articles with Wallabag read-it-later service

Entry → Export

AI-generated

Overview

This node exports a saved article entry from the Wallabag read-it-later service in various formats such as EPUB, JSON, MOBI, PDF, TXT, or XML. It is useful for users who want to retrieve and save their saved articles in a specific file format for offline reading, sharing, or backup purposes. For example, a user can export an article as a PDF document to read on any device or as an EPUB file for e-reader compatibility.

Use Case Examples

  1. Export an article entry as a PDF document to save it locally.
  2. Export an article entry as a JSON file for data processing or integration with other applications.
  3. Export an article entry as an EPUB or MOBI file for reading on e-book readers.

Properties

Name Meaning
Entry ID The ID of the entry to export, used to specify which saved article to export.
Format The format to export the entry in, determining the file type of the exported article.
Put Output in Field The name of the binary property to which to write the exported file, specifying where the exported file data will be stored in the output.

Output

Binary

Contains the exported file data in the specified binary property field, allowing the file to be saved or used downstream.

JSON

  • entryId - The ID of the exported entry, confirming which entry was exported.

Dependencies

  • Requires an API key credential for authenticating with the Wallabag service.

Troubleshooting

  • Ensure the Entry ID provided is valid and exists in the Wallabag account to avoid errors.
  • Verify that the format selected is supported and correctly specified to prevent export failures.
  • Check API authentication credentials if the node fails to connect or returns authentication errors.

Links

Discussion