Nextcloud Deck icon

Nextcloud Deck

Verwalten Sie Ihre Nextcloud Deck-Boards, Stacks, Karten und mehr

Overview

The node "Nextcloud Deck" allows managing various resources within the Nextcloud Deck application, including boards, stacks, cards, comments, and attachments. Specifically, for the Kommentar Aktualisieren (Update Comment) operation, it updates the content of an existing comment on a card.

This node is beneficial in automation workflows where you want to programmatically modify comments on project management cards, such as updating status notes, correcting information, or appending new details without manual intervention.

Practical example:

  • Automatically update a comment on a task card when a related external event occurs (e.g., a support ticket status changes).
  • Correct or enrich comments based on data from other integrated systems.

Properties

Name Meaning
Board Select a board either from a searchable list or by entering its numeric ID.
Stack Select a stack either from a searchable list or by entering its numeric ID.
Karte (Card) Select a card either from a searchable list or by entering its numeric ID.
Kommentar ID The numeric ID of the comment to update.
Neue Nachricht (New Message) The new text content that will replace the existing comment message. Supports expressions and AI-assisted input.

Output

The output contains JSON objects representing the updated comment data returned from the Nextcloud Deck API after the update operation. Each item corresponds to one processed input and includes the updated comment's details.

If the node encounters errors during execution and "Continue On Fail" is enabled, the output JSON will contain an error field with the error message instead of comment data.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Deck API.
  • The node depends on Nextcloud Deck being accessible via its API endpoint.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Invalid IDs: If the Board, Stack, Card, or Comment ID is invalid or does not exist, the API will return an error. Ensure all IDs are correct and correspond to existing resources.
  • Permission issues: The API key used must have sufficient permissions to update comments; otherwise, authorization errors will occur.
  • Network errors: Connectivity problems to the Nextcloud instance will cause failures.
  • Error messages: Errors thrown by the node typically include messages from the Nextcloud API. Check these messages for clues, such as "Comment not found" or "Unauthorized".
  • To handle errors gracefully, enable "Continue On Fail" in the node settings to allow workflow continuation despite individual failures.

Links and References

Discussion