Skip to content

factflow webhook create

Register a new webhook
Usage:
factflow webhook create [flags]
Flags:
--description string Free-form description
--events strings Event types, comma-separated (execution.completed,execution.failed,storage.object.created)
--extension string Filter: suffix on object key (e.g. .md)
-h, --help help for create
--inactive Register the webhook in inactive state
--name string Webhook name (required)
--route-id string Filter: exact match on storage sidecar route_id
--secret string HMAC-SHA256 signing secret
--stage string Filter: exact match on storage sidecar stage
--tag-pattern string Filter: fnmatch glob on execution tag
--url string Destination URL (required)
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