> For the complete documentation index, see [llms.txt](https://docs.casso.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.casso.vn/tich-hop/email.md).

# Tích hợp Email

## Thiết lập tích hợp email trên CassoCasio

Đây là tích hợp miễn phí mặc định trên Casso, được tạo tự động khi đăng ký tài khoản Casso. Các bạn có thể làm theo cấu hình sau để thêm các tài khoản email khác để nhận thông báo:

* Truy cập <https://my.casso.vn/> trên trình duyệt và đăng nhập tài khoản.
* Vào **Kết nối** => **Kho ứng dụng** => Tìm tích hợp **Email** => **Tích hợp.**

![](/files/0uGpkk3GF5yfwF5UbPNQ)

* Tại cửa sổ hiện lên, ta chọn **Tài khoản ngân hàng** sẽ được thông báo thông tin giao dịch qua email ở 1 => nhập **Email muốn nhận thông báo** ở 2 => **chỉ định chu kỳ** ngày hoặc tuần hoặc tháng, kèm theo đó là giờ (thời gian) cụ thể để hệ thống gửi mail đến email chỉ định của bạn.

![](/files/WLbJQiYT5eOlBoWgxced)

* Nhấn **Gọi thử** để kiểm tra sau khi hoàn tất việc thiết lập thông tin.
* Nếu Gọi thử thành công (có mail mẫu gửi về mail chỉ định) => Nhấn **Lưu** để hoàn tất việc cài đặt.

Vậy là bạn đã hoàn tất việc thiết lập tích hợp Email và bắt đầu có thể nhận thông báo giao dịch từ tài khoản ngân hàng kết nối.


---

# 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.casso.vn/tich-hop/email.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.
