[GH-ISSUE #17] 佬有空能否增加个自定义推送渠道的通知请求的功能 #10

Closed
opened 2026-03-01 14:53:40 +03:00 by kerem · 2 comments
Owner

Originally created by @homestoo on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/beilunyang/moepush/issues/17

大佬这个通知功能挺集中的,想着佬有空能否增加个自定义推送渠道的通知请求的功能
POST和GET的
可以自定义
headers
body等信息的

Originally created by @homestoo on GitHub (Apr 23, 2025). Original GitHub issue: https://github.com/beilunyang/moepush/issues/17 大佬这个通知功能挺集中的,想着佬有空能否增加个自定义推送渠道的通知请求的功能 POST和GET的 可以自定义 headers body等信息的
kerem closed this issue 2026-03-01 14:53:41 +03:00
Author
Owner

@lizs365 commented on GitHub (Apr 28, 2025):

支持,如果能自定义Webhook就更方便了。

目前可以通过添加飞书、钉钉或企微群机器人方式凑合用,Webhook写自己服务器地址,但服务端需要按下面格式接收消息:
飞书:
{"content": {
"text": "示例msg"
}}

钉钉/企微群:
{"text": {
"content": "示例msg"
}}

<!-- gh-comment-id:2834052179 --> @lizs365 commented on GitHub (Apr 28, 2025): 支持,如果能自定义Webhook就更方便了。 目前可以通过添加飞书、钉钉或企微群机器人方式凑合用,Webhook写自己服务器地址,但服务端需要按下面格式接收消息: 飞书: {"content": { "text": "示例msg" }} 钉钉/企微群: {"text": { "content": "示例msg" }}
Author
Owner

@beilunyang commented on GitHub (May 3, 2025):

大佬这个通知功能挺集中的,想着佬有空能否增加个自定义推送渠道的通知请求的功能 POST和GET的 可以自定义 headers body等信息的

v0.6.0 已支持 通用 Webhook 渠道

<!-- gh-comment-id:2848459444 --> @beilunyang commented on GitHub (May 3, 2025): > 大佬这个通知功能挺集中的,想着佬有空能否增加个自定义推送渠道的通知请求的功能 POST和GET的 可以自定义 headers body等信息的 v0.6.0 已支持 通用 Webhook 渠道
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moepush#10
No description provided.