Send Cloudmon alarm notifications to any webhook endpoint. Custom hooks allow you to integrate Cloudmon with any system that accepts HTTP callbacks, enabling customised notification and automation workflows beyond the built-in integrations.
The Custom Hook integration sends an HTTP payload to a URL of your choice whenever an alarm fires in Cloudmon. This makes it possible to connect Cloudmon to any system that exposes a webhook endpoint, including internal automation tools, custom dashboards, ticketing systems not natively supported, or any platform that can receive and process HTTP POST requests.
| Field | Description |
| Name | A display name to identify this webhook in Cloudmon, such as "Internal Automation" or "Custom Alert Receiver". |
| URL | The webhook endpoint URL that Cloudmon will send the alarm payload to when the trigger fires. This must be a publicly or internally reachable HTTPS URL from the Cloudmon controller. |
When this alarm fires, Cloudmon will send an HTTP POST request with the alarm payload to the configured webhook URL.