Actions17
Annotation → Create
AI-generatedOverview
This node operation allows users to create annotations on entries saved in the Wallabag read-it-later service. It is useful for adding notes, comments, or highlights to specific saved articles or URLs, enhancing content management and review workflows. For example, a user can add a comment or highlight a quote within an article they saved for later reading.
Use Case Examples
- Adding a note to an article entry to remember key points.
- Highlighting a specific quote in a saved article for easy reference later.
Properties
| Name | Meaning |
|---|---|
| Entry ID | The ID of the entry to annotate, specifying which saved article the annotation belongs to. |
| Text | The annotation text or comment to add to the entry. |
| Additional Fields | Optional extra data for the annotation, including the quote being annotated and selection range data in JSON format. |
Output
JSON
json- The created annotation object returned from the Wallabag API, including details like annotation text, quote, and metadata.
Dependencies
- Requires an API key credential for Wallabag API authentication to perform annotation creation.
Troubleshooting
- Common issues include invalid or missing Entry ID, which will cause the API request to fail.
- Incorrect JSON format in the 'Ranges' field may cause errors when sending the annotation data.
- Authentication failures due to invalid or expired API credentials will prevent annotation creation.
Links
- Wallabag API Documentation - Annotations - Official API documentation for managing annotations in Wallabag, including creation details.