# 通知/Telegram通知/邮件通知

### NextCLi Cloud现在已支持多种通知渠道： <a href="#intro" id="intro"></a>

* NextCLi Cloud平台消息通知渠道现已支持Email和Telegram；
* Telegram通知需要先在网站个人中心[绑定Telegram](/cloud/account.md#telegram-bang-ding-deng-lu)；

### 主要通知行为包括不限于： <a href="#actions" id="actions"></a>

* 账号相关操作通知，收验证码登录、找回密码、登录账号通知等..
* 支付相关：充值通知/服务购买/支付成功等通知
* 服务到期提醒
* 可以直接对话机器人，即可联系人工客服
* 其他重要行为操作通知陆续添加中..


---

# 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.nextcli.com/cloud/notifications.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.
