Nextcloud Deck icon

Nextcloud Deck

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

Overview

This node integrates with Nextcloud Deck, a project management tool that uses boards, stacks, cards, and comments to organize tasks. Specifically, the "Board Erstellen" (Create Board) operation allows users to create new boards within their Nextcloud Deck instance. This is useful for automating task organization workflows, such as setting up new project boards dynamically based on external triggers or data.

Practical examples include:

  • Automatically creating a new board when a new project is initiated in another system.
  • Setting up boards with specific colors to visually categorize projects.
  • Integrating with other tools to keep task management synchronized.

Properties

Name Meaning
Titel The title of the new board. A string value where you specify the board's name. Example: "Marketing Campaign".
Farbe The color of the board represented as a hex code without the "#" symbol. Example: "0066CC" for a blue shade.

Output

The node outputs JSON objects representing the result of the executed operation. For the "Board Erstellen" operation, the output JSON will contain details about the newly created board, such as its ID, title, color, and possibly other metadata returned by the Nextcloud Deck API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Deck API.
  • The node expects the Nextcloud Deck API to be accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication.

Troubleshooting

  • Common issues:
    • Authentication failures due to invalid or missing API credentials.
    • Invalid color codes (must be hex without "#") causing API errors.
    • Network connectivity problems preventing access to the Nextcloud Deck server.
  • Error messages:
    • "Unbekannte Ressource: ..." indicates an unsupported resource was selected; ensure "board" is chosen.
    • API error messages related to invalid input should be resolved by verifying property values.
  • To resolve errors, verify credentials, check input formats, and ensure the Nextcloud Deck server is reachable.

Links and References

Discussion