> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vn/vmonitor/dashboards/notification/lam-viec-voi-notification/webhock.md).

# Webhook

Để tạo Notification với kênh gửi/ nhận là Webhook, hãy làm theo hướng dẫn bên dưới:

1. Đăng nhập vào <https://hcm-3.console.vngcloud.vn/vmonitor>. Nếu bạn chưa có tài khoản, đăng ký miễn phí tại [tại đây](https://register.vngcloud.vn/signup).
2. Chọn thư mục **Notification.**
3. Chọn **Create a Notification**.
4. Màn hình **Create Notification** được hiển thị. Nhập **Notification name**, hãy nhập tên tuân thủ theo quy định của chúng tôi cho Notification của bạn. Sau khi tạo Notification, bạn có thể thay đổi tên cho Notification của bạn. Để biết thêm thông tin về cách đặt tên Notification, hãy xem [Notification](/vng-cloud-document/vn/vmonitor/dashboards/notification.md).

5\. Chọn **Notification type** là **Webhook**.

6\. Nhập **Webhook address**.

7\. Nhập **Header** của webhook nếu có. Nếu bạn muốn định danh webhook thông qua header, hãy đảm bảo bạn cần nhập đầy đủ **Key** và **Value** của từng **header** đó. **Key** và **value** của **header** là các thông tin được gửi kèm theo yêu cầu HTTP từ ứng dụng server-side đến ứng dụng client-side khi có một sự kiện nào đó phát sinh trên server-side. **Key** và **value** **header** có thể được sử dụng để xác thực, mã hóa, định dạng hoặc chuyển đổi dữ liệu được gửi qua webhook.

8\. Chọn **Add header** nếu muốn thêm vùng nhập thông tin **Key**, **Value**.

9\. Chọn **Xóa** nếu muốn xóa cặp **Key, Value** đã nhập.

10\. Chọn **Create**.

<figure><img src="/files/SPyUrHVo70ZXUebIhkvL" alt="" width="510"><figcaption></figcaption></figure>

<figure><img src="https://docs.vngcloud.vn/download/attachments/59807037/image2023-8-14_15-8-49.png?version=1&#x26;modificationDate=1692000532000&#x26;api=v2" alt=""><figcaption></figcaption></figure>


---

# 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://docs.vngcloud.vn/vng-cloud-document/vn/vmonitor/dashboards/notification/lam-viec-voi-notification/webhock.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.
