For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks

Everything about our webhook integrations.

Hydrozen.io is developer friendly and you can pretty much connect with any tools using our outgoing webhooks.

Headers

User Agent

User-Agent: Hydrozen.io/1.0

Payload type

Content-Type: application/json

Payload format

Website - up / down notifications

{
  "monitor_id": "14",
  "name": "Test",
  "type": "website",
  "target": "https://example.com",
  "port": null,
  "is_ok": 0,
  "url": "https://app.hydrozen.io/monitor/14"
}
// is_ok will be 0 when the website is down and it will become 1 when it is back up.
// port will be available only for port monitoring

Ping - up / down notifications

Host / Port - up / down notifications

Heartbeat (Cron) - up / down notifications

Domain name expiry reminder notification

Certificate (SSL) expiry reminder notification

Last updated