Actions17
Entry → Create
AI-generatedOverview
This node integrates with the Wallabag read-it-later service to create new entries (saved articles or URLs). It allows users to save a URL along with optional additional metadata such as authors, content, language, tags, publication date, and flags like archived, public, or starred. This is useful for automating the saving and organizing of web articles for later reading or reference.
Use Case Examples
- Automatically save URLs from a feed or webhook to Wallabag with custom tags and metadata.
- Create entries with specific authors and publication dates for better organization.
- Mark entries as archived or starred based on certain conditions in a workflow.
Properties
| Name | Meaning |
|---|---|
| URL | The URL to save to Wallabag, required for creating an entry. |
| Additional Fields | Optional metadata fields to customize the entry, including archive status, authors, content, language, origin URL, public access, publication date, starred status, tags, and title. |
Output
JSON
json- The JSON response from Wallabag API representing the created entry with all its details.
Dependencies
- Requires an API key credential for Wallabag API authentication.
Troubleshooting
- Common issues include authentication failures due to invalid or missing API credentials. Ensure the Wallabag API key is correctly configured.
- Validation errors may occur if the URL is missing or malformed; ensure the URL is provided and correctly formatted.
- Network or API errors from Wallabag service may cause request failures; check network connectivity and Wallabag service status.
Links
- Wallabag API Documentation - Official API documentation for Wallabag, detailing endpoints and data formats.