Integrate MoniTao into your tool ecosystem.
Webhooks allow receiving alerts directly in your internal systems.
Configure an HTTP endpoint and MoniTao will send alerts there in real-time.
A webhook is an HTTP notification automatically sent to your server when an event occurs.
Example JSON payload sent:
{
"event": "monitor.down",
"monitor": {
"id": 123,
"name": "Mon Site Web",
"url": "https://monsite.com"
},
"check": {
"status_code": 500,
"response_time_ms": 2500,
"error": "Internal Server Error",
"checked_at": "2026-01-15T10:30:00Z"
},
"timestamp": "2026-01-15T10:30:05Z"
}
MoniTao secures your webhooks in several ways:
Use webhooks to integrate MoniTao with:
Use HTTPS and verify the X-Webhook-Signature header.
MoniTao performs 3 attempts with exponential backoff.
One webhook endpoint per account is currently supported.
Yes, all configured alert channels are notified simultaneously.
Start free, no credit card required.