Synopsis
Description
Manage webhook endpoints that receive event deliveries from profClaw. Create, test, and monitor webhooks for integrating with external services.Subcommands
| Subcommand | Alias | Description |
|---|---|---|
list | ls | List configured webhooks |
create <url> | Create a new webhook | |
delete <id> | Delete a webhook | |
test <id> | Send a test delivery to a webhook | |
history <id> | Show delivery history for a webhook |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--secret <secret> | string | Webhook signing secret (create) | |
-l, --limit <n> | number | 20 | Max entries for history |
--yes | boolean | Skip confirmation (delete) | |
--json | boolean | Output as JSON |