From 819fc3d5b64bda2030ab8de761e2f0dc2384fb95 Mon Sep 17 00:00:00 2001 From: eya46 <61458340+eya46@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:36:25 +0800 Subject: [PATCH] Update notifications.md (#62) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加飞书机器人通知方式 --- docs/guide/notifications.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guide/notifications.md b/docs/guide/notifications.md index 6ca677ca..74786809 100644 --- a/docs/guide/notifications.md +++ b/docs/guide/notifications.md @@ -145,6 +145,14 @@ URL 里面也可放置占位符,请求时会进行简单的字符串替换。 ![通知效果](https://user-images.githubusercontent.com/30169860/223605620-eac53ee6-09f9-4583-94fa-9b0cdedba81c.png) + - **飞书群机器人配置 示例 贡献者:[@eya46](https://github.com/eya46)** + - 名称: 哪吒面板Bot + - URL:https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxxxxxxxxxx + - 请求方式: POST + - 请求类型: JSON + - Body: `{"content":{"text":"#NEZHA#\n#DATETIME#"},"msg_type":"text"}` + - URL 参数获取说明:机器人URL通过飞书群-群机器人-添加机器人-自定义机器人(webhook)创建后获取 +