Skip to content

factflow webhook

Register, list, update, test, and inspect webhook subscriptions.
Usage:
factflow webhook [command]
Available Commands:
create Register a new webhook
delete Delete a webhook and its delivery history
deliveries List delivery attempts for a webhook
get Get a webhook by id
list List registered webhooks
retry Re-arm a pending or dead-letter delivery
test Send a synthetic test delivery
toggle Toggle active/inactive
update Update a webhook (partial)
Flags:
-h, --help help for webhook
Global Flags:
--color Force color output even when piped (for use with less -R, more)
--compact Force compact output (no pretty-print, no color)
--no-color Disable color output
-o, --output string Output format: table, json, json-pretty, yaml (default "table")
--profile string Named server profile
--server string Factflow API base URL (default: http://localhost:8000)
--timeout duration HTTP timeout (default 30s)
-v, --verbose Debug logging
Use "factflow webhook [command] --help" for more information about a command.