# コネクターシンクレットの設定

コネクタThinkletは、ワークフローでサードパーティAPIとの統合イベントをセットアップするための設定を独立して持つセットです。

## Connectors <a href="#configuringconnectorthinklet-connector" id="configuringconnectorthinklet-connector"></a>

各コネクタThinkletは、たとえばServiceNowのようなベンダーアプリケーションに関連しています。 あらかじめ構成されたNexthinkコネクタThinkletを使って、ワークフロー内で特定のアクションを実行します。

<figure><img src="/files/vNzEBxSeAncyjdoCMOdd" alt="image-20240612-094700.png" width="317"><figcaption></figcaption></figure>

アクションを選択すると、システムは必要なすべてのパラメーターを表示します。 これらのパラメーターは、ワークフローで収集されたデータを使用するか、属性にカスタム情報を入力して設定します。

<figure><img src="/files/dt8vG1Qdfv6MuJHM3uGz" alt="image-20240201-152822.png" width="450"><figcaption></figcaption></figure>

このアクションには以下のフィールドが含まれます:

* **名前**: コネクタThinkletのユニークな名前を入力します。
* **ID**: システムが名前に基づいて自動的にIDを生成します。
* **説明（オプション）**: コネクタThinkletの目的とその機能を説明します。 この情報は、ワークフローをあまり知らないユーザーに便利です。
* **アクションを選択**: Thinklet が実行するアクションを選択してください。
* **クレデンシャル**: 統合のための接続クレデンシャルを選択します。 最初にAdministrationモジュールのコネクタクレデンシャルページでそれらを設定してください。 詳細については、[コネクタ認証情報](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/outbound-connectors/connector-credentials.md) ドキュメントを参照してください。
* **パラメーター**: このアクションに使用されるデータを構成します。 パラメーターがどのようにマッピングされるか、必要なデータについての詳細はツールチップアイコンにカーソルを合わせてください。
* **出力**: コネクターThinkletの出力を表示します。

変更を確定するには **完了** をクリックしてください。

***

関連トピック

* [ChatGPT コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/chatgpt-connector-thinklet.md)
* [Jamf Pro コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/jamf-pro-connector-thinklet.md)
* [Microsoft Entra ID コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-entra-id-connector-thinklet.md)
* [Microsoft Intune コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-intune-connector-thinklet.md)
* [Microsoft Outlook コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-outlook-connector-thinklet.md)
* [Microsoft Teams コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/microsoft-teams-connector-thinklet.md)
* [ServiceNow - インシデント管理コネクタシンクレット](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-incident-management.md)
* [ServiceNow - 資産管理コネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-asset-management.md)
* [ServiceNow - サービスカタログコネクタースキーム](/platform/ja/user-guide/workflows/creating-workflows/configuring-connector-thinklet/servicenow-service-catalog.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/user-guide/workflows/creating-workflows/configuring-connector-thinklet.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.
