Connect any application or service to Echobell using webhooks. Send a simple HTTP request and receive instant notifications on your iPhone.
Three simple steps to get started
Create a channel in Echobell and copy your unique webhook URL from the channel settings.
Send GET or POST requests from your application, CI/CD pipeline, or monitoring system.
Get notified immediately via push notification or phone call based on your channel settings.
Done!
Works with any programming language or tool
curl "https://hook.echobell.one/t/YOUR_TOKEN?server=web-01&status=down"curl -X POST "https://hook.echobell.one/t/YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"server": "web-01", "cpu": 85, "status": "warning"}'Use template variables to include dynamic data from your webhook payload in notification titles and bodies.
{{key}}Access JSON body or query params{{nested.value}}Access nested properties{{header["Content-Type"]}}Access request headers{{array[0]}}Access array elementsGet notified when builds succeed or fail
Receive alerts for server downtime or high CPU usage
Instant notifications for new orders or payments
Alerts from smart home sensors and devices
Download Echobell and start receiving webhook notifications in minutes.