Skip to main content
Manage platform webhooks from the command line. Platform webhooks push events from DevHelm to your HTTP endpoints — distinct from alert channel webhooks used for incident notifications.

Commands

webhooks list

webhooks get

Webhook IDs are UUIDs — get them from devhelm webhooks list.

webhooks create

Valid event types (unknown values are rejected locally with the full list): monitor.created, monitor.updated, monitor.deleted, incident.created, incident.resolved, incident.reopened, service.status_changed, service.component_changed, service.incident_created, service.incident_updated, service.incident_resolved

webhooks update

Supports the same flags as create, all optional. --events replaces the full subscription list — include every event you still want.

webhooks delete

Prompts for confirmation; pass --yes (-y) in scripts and CI.

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.