Server & uptime alerts on your phone
When your site goes down or a job fails, an email is too slow and too quiet. Give your monitoring a webhook that makes your phone ring – with an alarm sound you can’t miss.
Works with your existing tools
- UptimeRobot / BetterStack / Pingdom: add your Webhooky link as a webhook alert contact.
- Grafana / Prometheus Alertmanager: use the webhook notification channel.
- Healthchecks.io: add your link as a webhook integration to hear about missed cron jobs.
- GitHub Actions / GitLab CI: add a curl step that fires on failure.
Example: alert from a shell script or CI
curl -X POST "https://api.webhooky.app/YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "⚠️ Backup failed",
"message": "nightly-backup on server-01 exited with code 1"
}'
The title and message fields override the endpoint's defaults, so one “Alerts” endpoint can report anything – see the API docs.
Tip: make failures loud
Pick an unmistakable sound (church bell, anyone?) and enable vibration for your alerts endpoint. For non-critical notices, create a second endpoint with a subtle sound – or vibration off entirely.