# 通知工具

## 支持类型

目前支持企业微信、Telegram、Slack 三种方式

### 企业微信（由于企业微信官方的限制，目前已暂停维护，旧功能不受限）

已停止维护, 支持推送通知与交互, 交互功能需要 vertex 对外可提供 ipv4 外网访问 需要填写以下信息:

* 企业 ID
* Agent ID (应用 ID)
* Secret
* ProxyKey (可选)

~~**自 2022-06-20 起, 企业微信内新增应用需要在企业微信后台应用管理页面填写企业可信 IP, 为应对此举**~~

* ~~如果 Vertex 所在环境有固定 IP, 可以在 企业可信 IP 内填写自己的固定 IP~~
* ~~如果 Vertex 所在环境没有固定 IP, 但你有 VPS, 你可以通过将 Vertex 迁移到 VPS 或 使用代理工具使 Vertex 请求 `qyapi.weixin.qq.com` 域名时走代理, 然后在企业可信 IP 内填写 VPS 的 IP~~
* ~~如果 Vertex 所在环境没有固定 IP, 可以填写 ProxyKey 以作者的服务器中转方式来推送信息~~ 已失效

~~请注意, 使用作者的服务器转发会记录用户的 IP!!! 介意者请不要使用~~

* ~~ProxyKey: 前往~~ [~~Vertex - Panel~~](https://dash.vertex-app.top/) ~~注册账号, 侧边栏选择 安全设置, 右侧的 ApiKey 即是~~
* ~~企业可信 IP: 43.135.91.14~~

### Telegram

有限支持，目前仅支持推送信息, 且因为众所周知的原因, vertex 使用 Telegram 需要科学上网 需要填写以下信息:

* 频道 ID
* 机器人 Token

## 信息填写

* 别名 给推送工具加一个好记的名字
* 错误推送上限 单个周期内推送错误信息次数上限, 仅计算错误信息推送, 留空为 100
* 重置周期 Crontab 表达式, 在每次触发时重置推送错误信息次数为 0, 留空为 0 \* \* \* \*
* 类型 按需选择
* ....
* 推送类型 选择需要推送的信息类型, 只有被勾选的通知类型才会推送 **需要特别指出, 如果是 Telegram 类型的推送需要监控客户端, 此处的 下载器已连接 必须勾选**

## 配置教程

{% file src="/files/4mX2HXXzWpOZSpDIcoPs" %}

{% file src="/files/heSyrdXIeVS1ub40dZhD" %}

{% file src="/files/XU5RNsvsoZOHEUjnHwXi" %}


---

# 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://wiki.vertex-app.top/zhu-yao-mo-kuai/tong-zhi-gong-ju.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.
