Kan Webhook

Manage Kanboard webhooks

Overview

This node manages Kanboard webhooks, allowing users to create, get, list, and delete webhooks. It is useful for automating interactions with Kanboard by subscribing to specific events and handling webhook payloads. For example, users can create a webhook to trigger actions when tasks are created or deleted in Kanboard, or delete an existing webhook by its ID.

Use Case Examples

  1. Create a webhook to receive notifications when tasks are created.
  2. Get details of a specific webhook by its ID.
  3. List all existing webhooks in Kanboard.
  4. Delete a webhook by providing its ID.

Properties

Name Meaning
Webhook ID The ID of the webhook to get or delete, required for 'get' and 'delete' operations.

Output

JSON

  • success - Indicates if the delete operation was successful (true) and returns the webhook ID deleted.
  • webhookId - The ID of the webhook that was deleted.

Dependencies

  • Requires Kanboard API credentials with URL and authentication token.

Troubleshooting

  • Common errors include providing an invalid or missing webhook ID for 'get' or 'delete' operations, resulting in operation failure.
  • Errors may occur if the Kanboard API URL or credentials are incorrect or missing.
  • Network or permission issues can cause request failures; verify API access and credentials.

Links

Discussion