> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/scheduled-callbacks-cobrowse-and-zoom-cx-web-sdk.md).

# スケジュール済みコールバック、コブラウズ、Zoom CX Web SDK

このトピックでは、スケジュール済みコールバック、コブラウズ、Zoom CX Web SDK について説明します。

***

### スケジュール済みコールバック

スケジュール済みコールバックにより、Webサイト訪問者はコンタクトセンターとの音声通話またはビデオ通話をスケジュールできます。この機能は、Flow設定を必要とせずに、Webキャンペーンとキューの間に接続を確立することで動作します。

Zoom CX スケジュール済みコールバック機能を有効にするには、以下の大まかな手順に従います:

1. 通信ニーズに応じて1つ以上の Zoom コンタクトセンターのキューを設定します。スケジュール済みコールバックは音声キューとビデオキューの両方をサポートします。
2. キューでスケジュール済みコールバック機能を有効にし、オンラインのスケジュールと時間枠を含めます。
3. スケジュール済みコールバック用に Zoom CX Webキャンペーンを設定します。これにより、招待状ボタンと、Webサイト訪問者がスケジュール済みコールバックのプロセスを開始できる位置情報が定義されます。

Zoom CX スケジュールコールバック機能の設定の詳細については、 [スケジュール済みコールバックを有効にする](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0075288) Zoomサポートの記事。

***

### コブラウズ

コブラウズでは、エージェントがお客様の画面をリアルタイムで確認できるため、サービス効率が向上します。

コブラウズのワークフローは、前述の他のチャネルとは異なる形で動作します。従来のチャネルでは、Web Campaignボタンまたはリンクを通じて、ウェブサイト訪問者がコンタクトセンターとのやり取りを開始する必要がありますが、コブラウズ セッションは、消費者がすでにZoom コンタクトセンターのエージェントと接続している時点で開始されます。やり取り中にウェブサイトの操作支援が必要な場合、エージェントはコブラウズ セッションの開始手順を消費者に案内できます。

Zoom CX コブラウズ機能にはデータマスキング機能が組み込まれており、ウェブサイトでどのフィールドをエージェントに表示し、どのフィールドをマスクするかを制御できます。この重要な機能により、エージェントが機密として保持すべき情報にアクセスするのを防げます。

Zoom CX コブラウズ機能は、web チャットとビデオ機能を提供する同じ Zoom CX Web SDK で動作します。

Zoom CX コブラウズ機能の設定方法の詳細については、以下を参照してください。 [Zoom コブラウズの設定](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0077376) Zoomサポートの記事。

{% hint style="info" %}
**注**

この記事の公開時点では、Zoom CX コブラウズ機能は音声および web チャットチャネルでサポートされています。
{% endhint %}

***

### Zoom CX Web SDK

上記のZoom CXの設定が完了したら、連携を完了するために、ZoomアカウントからJavaScriptコードを1行、ウェブサイトに追加してください：

1. コードを見つけます。クリック:
   1. コンタクトセンター管理
   2. キャンペーン管理
   3. \</> 埋め込みWebタグのリンク。
2. コードをWebサイトのHTMLに貼り付けます。

以下の例を参照してください:

<figure><img src="https://2994873379-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2Fgit-blob-70c4a6154d1bf3119d1ff9596fc3f5d6a0ad52eb%2Fimage.png?alt=media" alt="Screen display showing the Embed Web Tag screen."><figcaption></figcaption></figure>

上で示した \<script> コードは、これまでに説明したすべての機能の基盤となります。

{% hint style="info" %}
**注**

コブラウズ機能を有効にする場合は、追加のタグを必ず含めてください `data-有効にする-zcb="true"` ご自身の \<script> コード内に。
{% endhint %}

#### <mark style="color:青;">ご存知でしたか？</mark>

* Zoom CXのWeb チャット フローでは、必要に応じて進行中のWeb チャットをビデオ通話にアップグレードすることを許可し、顧客のニーズに基づいて柔軟性とサービス向上を提供します。
* もし貴社がAppleまたはGoogleのネイティブモバイルSDKを使用してiPhoneとAndroid向けの独自モバイルアプリを開発しているなら、Zoom CX Mobile SDKを使用して、コンタクトセンター機能をモバイルアプリに簡単に直接組み込むことができます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/scheduled-callbacks-cobrowse-and-zoom-cx-web-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
