Integrations
Connect Make.com
Build automated Make scenarios on Everguardly events and look up your monitors.
Updated 2026-05-31 · 1 min read
Connect Everguardly to Make.com to run multi-step scenarios that react to monitoring events — downtime, recovery, certificate and domain expiry — and to look up your monitors on demand.
Modules
- Watch Events — an instant trigger that fires the moment a monitor event occurs.
- List Monitors — a search module returning every monitor in your organization.
1. Get your API key
Create a key in Settings → API keys.
2. Create the connection
- Add an Everguardly module to your scenario.
- Create a new connection and paste your API key — Make validates it automatically.
- Pick the event you want to watch, e.g. Monitor Down.
How the trigger works
The instant trigger registers a Make webhook with Everguardly. When the chosen event fires, Everguardly posts the payload to that webhook and your scenario runs immediately. The body is the same envelope used everywhere:
{
"event": "monitor.up",
"timestamp": "2026-06-01T12:07:00.000Z",
"data": {
"monitorName": "Acme Marketing Site",
"url": "https://acme.example.com",
"status": "up",
"downtimeSeconds": 420
}
}Related
See Connect Zapier, Connect n8n, or Connect IFTTT for the other no-code platforms.
Need something this doesn't cover? Email hello@everguardly.com — we'll write the doc.