Feature Requests
Completed :latest
Feature request - Webhooks
In the future, it would be nice if i could run webhooks when a machine has updates.
This way you could send an task to automation software to update the machine.
2 Comments
darthrater78·7 months ago
+1 for Apprise support

Implemented in v2.0.0.
Notifications in v2.0.0 are now built around first-class destinations: SMTP, webhooks, and ntfy. You can route alerts (host updates, agent updates, host down, etc.) to a webhook destination that fires whenever the routed event occurs, which covers the original ask of triggering automation when a machine has updates.
Configure under Notifications in the UI: create a webhook destination, then a route that targets it for the alert types you care about. The delivery log will show success/failure per attempt.
If the current webhook payload shape does not work for your automation tool please open a fresh issue with the target tool and the missing fields.