Cryptocurrency Alerting Integration - Price Alerts
Connect Cryptocurrency Alerting to Echobell for push or phone call alerts on Bitcoin price moves, altcoins, and whale transactions.
Cryptocurrency Alerting is a service that monitors the crypto market and sends alerts. You can receive these alerts in Echobell using Webhooks.
Create a Channel
Create a new channel in Echobell and copy the Webhook URL.
Create an Alert
- Log in to your Cryptocurrency Alerting account.
- Create a new alert (e.g., Price Alert, Volume Alert).
- Configure your alert conditions (e.g., BTC > 50000).
Configure Webhook
- In the Alert Actions or Notifications section, select Webhook.
- Paste your Echobell Webhook URL.
- Click Save.
Configure Templates (Optional)
Cryptocurrency Alerting sends a JSON payload. You can use variables in your Echobell Channel Templates to customize the notification.
For example, if the payload is:
{
"coin": "BTC",
"price": "50000",
"currency": "USD"
}You can set your Channel Title Template to:
{{coin}} price reached {{price}} {{currency}}