# 汎用Webhook

## 前提条件

RADIUSaaS のログを一般的な **ウェブフック** に取り込むには **JSON構造の HTTP ボディ**に対応し、適切なウェブフックと **公開されている URL** に加えて **認証資格情報が** 必要です（該当する場合）。

RADIUSaaS ログエクスポーターでは、 **静的 API キー** （URL、ヘッダー、またはボディにエンコード）を介した認証が可能です。

## 構成手順

次の手順に従って **汎用ウェブフック** のエクスポート先を追加します:

* 次に移動します **RADIUSaaS 管理ポータル**
* をクリックします **+ エクスポート先**
* 選択 **汎用ウェブフック**
* を指定します **名前** および **説明**
* を構成します **メッセージ フィルター** を要件に合わせて
* ウェブフック URL をフィールドに貼り付けます **ウェブフック URL**
* を指定します **HTTP メソッド** データ送信に使用するもの（POST、GET、PUT）
* 関連する **HTTP ヘッダー**を追加します。例: 認証目的で
* メッセージを設定します **ボディ** をウェブフックに送信します

<figure><img src="/files/202fd2f394ebdab56a343c1d061bf4b941dd2e48" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radiusaas.com/ja/ptaru/settings/log-exporter/generic-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
