mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-25 11:25:54 +03:00
[GH-ISSUE #80] 关于webhook #56
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/moemail#56
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 @sscrl on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/beilunyang/moemail/issues/80
我想设置webhook推送到telegram上。该怎么设置.最好是telegrambot
@Selenium39 commented on GitHub (Oct 9, 2025):
https://github.com/beilunyang/moepush
@sscrl commented on GitHub (Oct 9, 2025):
我有,怎么结合嘞,代码?
@HanQ2333 commented on GitHub (Nov 3, 2025):
渠道创建机器人那里你会把,然后接口的代码你可以直接用我的
新邮件通知:
邮件ID: ${body.emailId}
消息ID: ${body.messageId}
发件人: ${body.fromAddress}
收件人: ${body.toAddress}
主题: ${body.subject}
接收时间: ${body.receivedAt}
内容: ${body.content}
再moepush里文本内容直接用我这个就行,html的千万不要设置,配置好后,接口操作里有推送示例,你点开代码里有网址,你就复制网址到moemail的webhook URL里填进去,救OK了
@sscrl commented on GitHub (Nov 7, 2025):
@sscrl commented on GitHub (Nov 7, 2025):
在推送接口中选择markdown消息.复制粘贴保存下方代码
新邮件通知:
邮件ID: ${body.emailId}
消息ID: ${body.messageId}
发件人: ${body.fromAddress}
收件人: ${body.toAddress}
主题: ${body.subject}
接收时间: ${body.receivedAt}
内容: ${body.content}
查看示例,curl -X POST "此为webhook所需链接"
复制到webhook设置处保存,测试是否可行