Alert Commands

Set up notifications for webhook delivery failures. Get alerted via email or webhook when deliveries fail.

List Alerts

View all your alert configurations:

Terminal

Get Alert Details

View detailed information about a specific alert:

Terminal

Create an Alert

Create a new alert notification:

Terminal

Webhook Alert with Template

Send alerts to a webhook URL with a custom payload template:

Terminal

Options

FlagRequiredDescription
--endpoint-idYesEndpoint to monitor
--typeYesAlert type: email or webhook
--targetYesEmail address or webhook URL
--templateNoCustom payload template (webhook type only)

Update an Alert

Update an existing alert configuration:

Terminal
FlagDescription
--endpoint-idChange monitored endpoint
--typeChange alert type
--targetChange notification target
--activeEnable or disable the alert (true/false)
--templateUpdate payload template

Delete an Alert

Remove an alert configuration:

Terminal

Aliases

You can use alert as a shortcut:

hookwatch alert list

Related