Wallabag icon

Wallabag

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

Entry → Manage Tags

AI-generated

Overview

This node operation manages tags associated with a specific entry in the Wallabag service. It supports adding tags to an entry, retrieving all tags of an entry, and removing a specific tag from an entry. This is useful for organizing and categorizing saved articles or URLs within Wallabag by tagging them appropriately.

Use Case Examples

  1. Add tags 'reading,tech' to an entry with a given Entry ID.
  2. Retrieve all tags associated with a specific entry to display or process them.
  3. Remove a specific tag from an entry to update its categorization.

Properties

Name Meaning
Entry ID The ID of the entry to manage tags for.
Action The tag management action to perform: add tags, get all tags, or remove a specific tag.
Tags Comma-separated list of tags to add to the entry (required when adding tags).
Tag ID The ID of the tag to remove from the entry (required when removing a tag).

Output

JSON

  • json - The response data from the Wallabag API related to tag management actions, such as the list of tags, confirmation of added tags, or confirmation of tag removal.

Dependencies

  • Wallabag API with an API key credential for authentication.

Troubleshooting

  • Ensure the Entry ID provided is valid and exists in Wallabag to avoid errors when managing tags.
  • When adding tags, provide a non-empty comma-separated list of tags; otherwise, the API may reject the request.
  • When removing a tag, ensure the Tag ID is correct and associated with the specified entry to prevent errors.
  • Authentication errors may occur if the API key credential is invalid or expired; verify credentials in node settings.

Links

Discussion