Nextcloud Deck icon

Nextcloud Deck

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

Overview

The node "Nextcloud Deck" allows managing Nextcloud Deck resources such as Boards, Stacks, Cards, Comments, and Attachments. Specifically, the operation "Karte Erstellen" (Create Card) under the "Karte" (Card) resource enables users to create a new card within a specified board and stack in Nextcloud Deck.

This node is beneficial for automating task management workflows by programmatically creating cards with detailed information like title, description, due date, and assigned user. For example, it can be used to automatically generate task cards from form submissions or issue trackers, ensuring tasks are organized on the correct board and stack.

Properties

Name Meaning
Board Select or specify the ID of the board where the card will be created.
Stack Select or specify the ID of the stack within the board where the card will be placed.
Titel (Title) The title of the new card.
Beschreibung (Description) Optional detailed description of the card's content.
Typ (Type) The type of the card content: either "Standard" (plain text) or "Markdown".
Reihenfolge (Order) Optional position of the card within the stack; 0 means the card is added at the end.
Faelligkeitsdatum (Due Date) Optional due date/time for the card.
Benutzer zuweisen (Assign User) Optionally assign a user to the card by selecting or specifying their user ID.

Output

The node outputs an array of JSON objects representing the results of the executed operations. For the "Karte Erstellen" operation, each output item contains the JSON representation of the newly created card, including its properties as returned by the Nextcloud Deck API.

If errors occur and the node is configured to continue on failure, the output JSON will contain an error field with the error message.

No binary data output is involved in this operation.

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.
  • Proper permissions are needed to create cards on the specified boards and stacks.
  • The node uses internal helper methods to fetch lists of boards, stacks, users, etc., for property selection.

Troubleshooting

  • Invalid Board or Stack ID: If the provided board or stack ID does not exist or is inaccessible, the node will throw an error. Verify IDs and permissions.
  • Invalid User ID: Assigning a user requires a valid user ID; otherwise, the operation may fail.
  • Validation Errors: Input fields like Board ID and Stack ID require numeric values; entering invalid formats triggers validation errors.
  • API Authentication Failures: Ensure the API key credential is correctly configured and has sufficient rights.
  • Network Issues: Connectivity problems to the Nextcloud instance will cause request failures.

To resolve errors:

  • Double-check all input IDs and formats.
  • Confirm API credentials and access rights.
  • Enable "Continue On Fail" to handle errors gracefully during batch executions.

Links and References

Discussion