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
| Flag | Required | Description |
|---|---|---|
--endpoint-id | Yes | Endpoint to monitor |
--type | Yes | Alert type: email or webhook |
--target | Yes | Email address or webhook URL |
--template | No | Custom payload template (webhook type only) |
Update an Alert
Update an existing alert configuration:
Terminal
| Flag | Description |
|---|---|
--endpoint-id | Change monitored endpoint |
--type | Change alert type |
--target | Change notification target |
--active | Enable or disable the alert (true/false) |
--template | Update payload template |
Delete an Alert
Remove an alert configuration:
Terminal
Aliases
You can use alert as a shortcut:
hookwatch alert list