- Accueil
- Intégrations
Connectez vos outils préférés
Intégrez WizStatus à votre workflow existant pour recevoir des alertes là où vous travaillez.
Slack
Communication
Instant uptime alerts in your Slack channels
Discord
Communication
Real-time monitoring alerts in Discord
Telegram
Communication
Fast, secure monitoring alerts via Telegram
Notifications
Reliable email notifications for all alerts
Webhooks
Automatisation
Custom integrations via HTTP webhooks
Microsoft Teams
Communication
Enterprise monitoring alerts in Microsoft Teams
Jira
Gestion des incidents
Automatic Jira ticket creation for incidents
ServiceNow
Gestion des incidents
Enterprise ITSM integration with ServiceNow
Pushover
Notifications
Mobile push notifications with priorities and custom sounds
Zammad
Gestion des incidents
Auto-create Zammad tickets for incidents
Bientôt disponible
Ces intégrations sont sur notre feuille de route
PagerDuty
BientôtProfessional incident management with on-call routing
SMS Alerts
BientôtCritical alerts via text message
Besoin d'une intégration personnalisée ?
Utilisez notre intégration Webhook pour vous connecter à n'importe quel système. Envoyez des alertes à vos propres endpoints avec des payloads personnalisés.
Webhooks
Recevez les alertes sur n'importe quel endpoint HTTPS avec un payload JSON personnalisé.
API REST
Récupérez le statut des moniteurs et les métriques via notre API REST authentifiée.
Compatible Zapier
Enchaînez vos alertes WizStatus vers 5 000+ applications via Zapier / Make.
// Handle WizStatus webhook eventsapp.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'); });
Prêt à commencer ?
Commencez à surveiller vos services en quelques minutes
Aucune carte de crédit requise • 20 monitors gratuits pour toujours