# Webhook

Webhook統合機能は、ITサポートチームの積極的な取り組みを支える主要な要素の一つです。 これにより、Nexthinkは自動通知を介して多くのサードパーティツールとコミュニケーションをとり、ITの事故、問題、変更、メッセージ、リクエスト、アラートを迅速に報告し、ITエコシステム内の様々なチームにこれらの通知を可視化します。

Webhookは、イベントが発生したときにアプリケーションから送信される自動メッセージです。 それにはメッセージやペイロードが含まれており、アプリケーションのユニークなアドレスとして機能する特定のURLに送信されます。

これはNexthinkがサードパーティツールと通信し、イベントが発生したときに自動通知を送信する簡単な方法です。 このような通知を活用するには、Webhookを使用して1つのアプリケーションから別のアプリケーションにデータを自動的にプッシュする方法を知っておく必要があります。

Nexthinkは出力Webhookを定義することができます。 これは、Nexthink上でイベントが発生した際に、サードパーティのURL、リソース、ペイロードを利用してアクションを実行するように設定できます。 その時点で、アラートがトリガーされます。 アラートやイベントがトリガーされた際にサードパーティ製品へメッセージを送信するように設定することができます。

<figure><img src="/files/sHSn8a1G0nRkoOG5U8Sm" alt=""><figcaption></figcaption></figure>

* [Webhookの管理](https://docs.nexthink.com/platform/ja/managing-webhooks/)
* [Webhookユースケースのセットアップ](https://docs.nexthink.com/platform/ja/webhook-use-cases-setup/)
* [Webhookに関するFAQ](https://docs.nexthink.com/platform/ja/webhooks-faq.md)


---

# 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.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/outbound-connectors/webhooks.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.
