StatHat can send any alerts to a custom webhook. Use this to integrate StatHat alerts with external services or your own notification or logging systems.

Configure your webhooks on the alert destinations page. Once you enter the URLs, you can select the webhook as a destination for automatic and manual alerts.

Your webhooks will receive an HTTP POST request with a JSON object. Here's an example:

{
        "message": "api call alert triggered (110.16M > 1,000)",
        "kind": "manual",
        "stat_name": "api call",
        "stat_id": "XXXXX",
        "alert_id": "YYYYY"
}

© 2011-2017 Numerotron Inc