Webhook-Powered Alerts
Connect any application or service to Echobell using webhooks. Send a simple HTTP request and receive instant notifications on your iPhone.
How Webhook Triggers Work
Each channel gets a unique webhook URL. When your application sends data to this URL, Echobell processes the payload and sends notifications to all subscribers.
How It Works
Three simple steps to get started
- 1
Get Your Webhook URL
Create a channel in Echobell and copy your unique webhook URL from the channel settings.
- 2
Send HTTP Requests
Send GET or POST requests from your application, CI/CD pipeline, or monitoring system.
- 3
Receive Instant Alerts
Get notified immediately via push notification or phone call based on your channel settings.
-
Done!
Easy Integration
Works with any programming language or tool
curl "https://hook.echobell.one/t/<channel-token>?server=web-01&status=down"curl -X POST "https://hook.echobell.one/t/<channel-token>" \
-H "Content-Type: application/json" \
-d '{"server": "web-01", "cpu": 85, "status": "warning"}'Dynamic Templates
Use template variables to include dynamic data from your webhook payload in notification titles and bodies.
POST Request
Webhook Variables
{ "key": "value" } {{key}} Access JSON body or query params
{ "nested": { "value": 42 } } {{nested.value}} Access nested properties
Content-Type: application/json {{header["Content-Type"]}} Access request headers
{ "array": ["first", "second"] } {{array[0]}} Access array elements
Popular Use Cases
CI/CD Pipelines
Get notified when builds succeed or fail
Server Monitoring
Receive alerts for server downtime or high CPU usage
E-commerce
Instant notifications for new orders or payments
IoT Devices
Alerts from smart home sensors and devices
Ready to Integrate?
Download Echobell and start receiving webhook notifications in minutes.