Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

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