Connect Your Favorite Tools

Seamlessly integrate WizStatus with your existing workflow to receive alerts where you work.

Coming Soon

These integrations are on our roadmap

PagerDuty

Coming Soon

Professional incident management with on-call routing

SMS Alerts

Coming Soon

Critical alerts via text message

Need a Custom Integration?

Use our Webhook integration to connect with any system. Send alerts to your own endpoints with custom payloads.

  • Webhooks

    Receive alerts on any HTTPS endpoint with a custom JSON payload.

  • REST API

    Pull monitor status and metrics from our authenticated REST API.

  • Zapier-ready

    Chain WizStatus alerts into 5,000+ apps via Zapier / Make.

Learn About Webhooks
webhook-handler.js
// Handle WizStatus webhook events
app.post('/webhooks/wizstatus', (req, res) => {
  const { event, monitor, timestamp } = req.body;

  if (event === 'monitor.down') {
    // Alert your team, trigger runbook, etc.
    alertTeam(monitor);
    triggerIncidentResponse(monitor);
  }

  res.status(200).send('OK');
});

Ready to Get Started?

Start monitoring your services in minutes

No credit card required • 20 free monitors forever