Integration

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 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

GET Request
curl "https://hook.echobell.one/t/YOUR_TOKEN?server=web-01&status=down"
POST Request
curl -X POST "https://hook.echobell.one/t/YOUR_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.

{{key}}Access JSON body or query params
{{nested.value}}Access nested properties
{{header["Content-Type"]}}Access request headers
{{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.