Integrations

Connect Zapier

Trigger 7,000+ apps when a monitor goes down, recovers, or a certificate or domain is about to expire.

Updated 2026-05-31 · 1 min read

Connect Everguardly to Zapier to fan a monitoring event out to thousands of apps — post to Slack, open a ticket, page on-call, or log to a sheet — the moment something happens. All triggers are instant REST hooks, so there's no polling delay.

Available triggers

  • Monitor Down — a monitored site goes down.
  • Monitor Recovered — it comes back up.
  • SSL Certificate Expiring — a TLS certificate nears expiry.
  • Domain Expiring — a domain registration nears expiry.

1. Get your API key

In Everguardly open Settings → API keys and create a key. Copy it — you'll paste it into Zapier once when you connect your account.

2. Connect in Zapier

  1. Create a new Zap and search for the Everguardly app.
  2. Choose a trigger, e.g. Monitor Down.
  3. When prompted to connect your account, paste your API key.
  4. Test the trigger — Zapier pulls a sample event so you can map fields.

Event payload

Each event carries the monitor name, URL, status, and — for incidents — the incident id and the regions affected. A Monitor Down event looks like this:

{
  "event": "monitor.down",
  "timestamp": "2026-06-01T12:00:00.000Z",
  "data": {
    "monitorName": "Acme Marketing Site",
    "url": "https://acme.example.com",
    "status": "down",
    "statusCode": 503,
    "scope": "global",
    "affectedRegions": ["eu-central", "us-east"],
    "incidentId": "a1a1a1a1-…"
  }
}

Related

Prefer another platform? See Connect Make.com, Connect n8n, or Connect IFTTT — they all use the same API key and event model.

Need something this doesn't cover? Email hello@everguardly.com — we'll write the doc.