Create a new Webhook
cr
configcat webhook create [options]
configcat webhook create -c <config-id> -e <environment-id> -u "https://example.com/hook" -m get
| Option | Description |
|---|---|
--config-id, -c |
ID of the Config |
--environment-id, -e |
ID of the Environment |
--url, -u |
The Webhook's URL |
--http-method, -m |
The Webhook's HTTP method Possible values: get, post |
--content, -co |
The Webhook's HTTP body |
--verbose, -v, /v |
Print detailed execution information |
--non-interactive, -ni |
Turn off progress rendering and interactive features |
-h, /h, --help, -?, /? |
Show help and usage information |
| Command | Description |
|---|---|
| configcat webhook | Manage Webhooks |