Commands
| Command | Description |
|---|---|
devhelm webhooks list | List all webhooks |
devhelm webhooks get <id> | Get webhook details |
devhelm webhooks create | Create a webhook |
devhelm webhooks update <id> | Update a webhook |
devhelm webhooks delete <id> | Delete a webhook |
devhelm webhooks test <id> | Send a test event |
webhooks list
webhooks get
webhooks create
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | Yes | Endpoint URL that receives event payloads |
--events | string | Yes | Comma-separated list of subscribed events |
--description | string | — | Human-readable description |
webhooks update
create.
webhooks delete
webhooks test
Send a test event to verify the endpoint is reachable and responding correctly.Next steps
Webhook integration
Payload format, HMAC signing, and event types.
Alert channels
Manage alert channel webhooks for incident notifications.