Skip to main content

Synopsis

profclaw webhooks <subcommand> [flags]

Description

Manage webhook endpoints that receive event deliveries from profClaw. Create, test, and monitor webhooks for integrating with external services.

Subcommands

SubcommandAliasDescription
listlsList 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

FlagTypeDefaultDescription
--secret <secret>stringWebhook signing secret (create)
-l, --limit <n>number20Max entries for history
--yesbooleanSkip confirmation (delete)
--jsonbooleanOutput as JSON

Examples

profclaw webhooks list