Skip to content

cow webhooks

webhooks

cow webhooks [options] [command]

Create a webhook

cow webhooks create [options]

Options

Flag Description
--name <name>
--config <json>

List webhooks

cow webhooks list [options]

Options

Flag Description
--cursor <cursor>
--limit <n>
--q <q>

Fetch one webhook

cow webhooks get [options] <id>

Update a webhook

cow webhooks update [options] <id>

Options

Flag Description
--name <name>
--config <json>
--enabled <true|false>

Delete a webhook

cow webhooks delete [options] <id>