mirror of
https://github.com/beilunyang/moepush.git
synced 2026-04-26 20:15:49 +03:00
[GH-ISSUE #17] 佬有空能否增加个自定义推送渠道的通知请求的功能 #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/moepush#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @homestoo on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/beilunyang/moepush/issues/17
大佬这个通知功能挺集中的,想着佬有空能否增加个自定义推送渠道的通知请求的功能
POST和GET的
可以自定义
headers
body等信息的
@lizs365 commented on GitHub (Apr 28, 2025):
支持,如果能自定义Webhook就更方便了。
目前可以通过添加飞书、钉钉或企微群机器人方式凑合用,Webhook写自己服务器地址,但服务端需要按下面格式接收消息:
飞书:
{"content": {
"text": "示例msg"
}}
钉钉/企微群:
{"text": {
"content": "示例msg"
}}
@beilunyang commented on GitHub (May 3, 2025):
v0.6.0 已支持 通用 Webhook 渠道