強力なWebhook統合

アプリケーションイベントを即座のアラートに変換。EchobellのWebhookシステムは柔軟なデータ処理でGETおよびPOSTリクエストをサポート。

How It Works

Webhookトリガーの仕組み

各チャンネルは独自のWebhook URLを取得します。アプリケーションがこのURLにデータを送信すると、Echobellはペイロードを処理し、すべての購読者に通知を送信します。

1

Webhook URLを取得

チャンネル設定から独自のWebhook URLをコピー。

2

HTTPリクエストを送信

アプリケーションからGETまたはPOSTリクエストを送信して通知をトリガー。

3

変数でカスタマイズ

テンプレートで変数を使用して動的な通知コンテンツを作成。

Code Examples

統合例

人気のサービスやアプリケーションとEchobell Webhookを統合する方法をご覧ください。

GET Request

GET https://hook.echobell.one/t/xxx
?amount=100&status=success

POST Request

POST https://hook.echobell.one/t/xxx
Content-Type: application/json

{
  "amount": 100,
  "status": "success"
}

Dynamic Content

Webhook変数

{{amount}}、{{status}}、{{header["content-type"]}}などのテンプレート変数を通じてリクエストデータにアクセス。

Template Example

Server {{server_name}} alert: {{message}}

This template will use the server_name and message variables from your webhook data.

Result

Server web-01 alert: High CPU usage detected

The final notification sent to all subscribers of this channel.

アラートを見逃さない準備はできましたか?

Echobellアプリをダウンロードし、数分で最初の通知チャンネルを設定します。

App Store