Skip to content

Active development — do not use in production yet. Build-in-public project. First stable release: v1.0.0. Expect breaking changes, missing features and rough edges before then.

kandown

Community extension

Webhook Sync

by kandown · ≥ kandown 0.42.0

Fire a webhook when a task reaches Done. Demonstrates the sync contribution point and the net permission.

  • automation
  • sync
  • integration
  • webhooks

Install

Three ways to add webhook-sync to your project.

  1. From the web appOpen your project in the Kandown web UI, then go to Settings → Extensions and install webhook-sync with one click from the Community store, or paste a GitHub URL.
  2. From the CLIRun kandown extension install and paste the repo URL:
    # Install from the community registry (one click)
    kandown extension install webhook-sync
    
    # Or paste any GitHub repo URL (kandown fetches manifest.json)
    kandown extension install https://github.com/vava-nessa/kandown/examples/extensions/webhook-sync
    
    # Then enable it (restricted mode is on by default)
    kandown extension enable webhook-sync
  3. From a local copyUseful when iterating on the extension itself. Clone the repo and run kandown extension install ./path/to/extension.

Source

This extension ships in the repo at the path below. The README inside the directory is the canonical reference for that specific extension.

https://github.com/vava-nessa/kandown

More like this

Browse the full gallery, filter by tag, or pick one at random.

← Back to the gallery