# Tích hợp Zoom Cloud Meeting

## Cách tạo API Key trong Zoom&#x20;

*Bước 1:* truy cập trang web <https://marketplace.zoom.us/develop/create>

*Bước 2:* Bấm vào nút **"Develop"** ở góc trên bên phải màn hình, chọn **"Build app"**

*Bước 3:* Chọn **"Server-to-Server OAuth "** và bấm **“Create”**

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

*Bước 4:*  trong màn hình kế tiếp,  hãy điền thông tin vào các mục **Information, Feature, Scopes và Activation.** Riêng với **Scopes,** hãy tích chọn các quyền cần thiết

<figure><img src="/files/9lxBmFn7O074OBMBOeaV" alt=""><figcaption></figcaption></figure>

*Bước 5:* sau khi điền đẩy đủ thông tin, tại trang **App Credentials.** Hãy copy nội dung của 3 ô **Account ID**, **Client ID** và **Client Secret** vào **Cài đặt** của modules **Zoom** trên SlimCRM

## **Thiết lập Zoom API trong phần mềm SlimCRM**

*Bước 1:* trong menu bên trái, phần **\[ MỞ RỘNG ]**, chọn mục **\[ Zoom Meeting ]** > **\[ Thiết lập API ]**

*Bước 2:* điền các thông tin bên dưới sau đó bấm **\[ Lưu lại ]**&#x20;

* Địa chỉ email tài khoản Zoom: email bạn dùng để đăng nhập Zoom
* Account ID: đã copy tại **bước 5** bên trên
* Client ID: đã copy tại **bước 5** bên trên
* Client Secret: đã copy tại **bước 5** bên trên

<figure><img src="/files/XI3mqmUTzBmSu1kAM4bV" 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://help.slimcrm.vn/tich-hop/tich-hop-zoom-cloud-meeting.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.
