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.

  • integrations.custom.features.webhooks.title

    integrations.custom.features.webhooks.description

  • integrations.custom.features.api.title

    integrations.custom.features.api.description

  • integrations.custom.features.zapier.title

    integrations.custom.features.zapier.description

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