POST the alert to a URL of your own, with an optional bearer token. This is the escape hatch: if a tool is not on the integration list but accepts incoming requests, a webhook reaches it.
Every integration list is incomplete. This is the one that closes the gap without waiting for a feature request.
Push alerts into a dashboard, database or service your team wrote, in whatever shape that system expects.
Point at a platform that accepts inbound webhooks and use its own logic to route onward from there.
Any chat or paging service with an inbound webhook is reachable, even without a dedicated Hesklo connection type.
Feed outage events into the system where you already keep operational data, so alerting and analysis share a record.
Wire a webhook to the monitor up port so a downstream system knows the service is healthy again, not just when it broke.
A webhook notify tells a system something happened. An HTTP action is the step designed to make something happen, with method, headers and body control.
Paste a URL, send a test, and wire it into a flow.