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.
- 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.
- 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
- 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.