[GH-ISSUE #80] 关于webhook #56

Closed
opened 2026-02-26 12:17:47 +03:00 by kerem · 5 comments
Owner

Originally created by @sscrl on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/beilunyang/moemail/issues/80

我想设置webhook推送到telegram上。该怎么设置.最好是telegrambot

Originally created by @sscrl on GitHub (Oct 2, 2025). Original GitHub issue: https://github.com/beilunyang/moemail/issues/80 我想设置webhook推送到telegram上。该怎么设置.最好是telegrambot
kerem closed this issue 2026-02-26 12:17:47 +03:00
Author
Owner

@Selenium39 commented on GitHub (Oct 9, 2025):

https://github.com/beilunyang/moepush

<!-- gh-comment-id:3385320184 --> @Selenium39 commented on GitHub (Oct 9, 2025): https://github.com/beilunyang/moepush
Author
Owner

@sscrl commented on GitHub (Oct 9, 2025):

https://github.com/beilunyang/moepush

我有,怎么结合嘞,代码?

<!-- gh-comment-id:3386650757 --> @sscrl commented on GitHub (Oct 9, 2025): > https://github.com/beilunyang/moepush 我有,怎么结合嘞,代码?
Author
Owner

@HanQ2333 commented on GitHub (Nov 3, 2025):

https://github.com/beilunyang/moepush

我有,怎么结合嘞,代码?

渠道创建机器人那里你会把,然后接口的代码你可以直接用我的
新邮件通知:
邮件ID: ${body.emailId}
消息ID: ${body.messageId}
发件人: ${body.fromAddress}
收件人: ${body.toAddress}
主题: ${body.subject}
接收时间: ${body.receivedAt}
内容: ${body.content}
再moepush里文本内容直接用我这个就行,html的千万不要设置,配置好后,接口操作里有推送示例,你点开代码里有网址,你就复制网址到moemail的webhook URL里填进去,救OK了

<!-- gh-comment-id:3481052549 --> @HanQ2333 commented on GitHub (Nov 3, 2025): > > https://github.com/beilunyang/moepush > > 我有,怎么结合嘞,代码? 渠道创建机器人那里你会把,然后接口的代码你可以直接用我的 新邮件通知: 邮件ID: ${body.emailId} 消息ID: ${body.messageId} 发件人: ${body.fromAddress} 收件人: ${body.toAddress} 主题: ${body.subject} 接收时间: ${body.receivedAt} 内容: ${body.content} 再moepush里文本内容直接用我这个就行,html的千万不要设置,配置好后,接口操作里有推送示例,你点开代码里有网址,你就复制网址到moemail的webhook URL里填进去,救OK了
Author
Owner

@sscrl commented on GitHub (Nov 7, 2025):

https://github.com/beilunyang/moepush

我有,怎么结合嘞,代码?

渠道创建机器人那里你会把,然后接口的代码你可以直接用我的 新邮件通知: 邮件ID: ${body.emailId} 消息ID: ${body.messageId} 发件人: ${body.fromAddress} 收件人: ${body.toAddress} 主题: ${body.subject} 接收时间: ${body.receivedAt} 内容: ${body.content} 再moepush里文本内容直接用我这个就行,html的千万不要设置,配置好后,接口作里有推送示例,你点开代码里有网址,你就复制网址到moemail的webhook URL里填进去,救OK了

<!-- gh-comment-id:3504753576 --> @sscrl commented on GitHub (Nov 7, 2025): > > > https://github.com/beilunyang/moepush > > > > > > 我有,怎么结合嘞,代码? > > 渠道创建机器人那里你会把,然后接口的代码你可以直接用我的 新邮件通知: 邮件ID: ${body.emailId} 消息ID: ${body.messageId} 发件人: ${body.fromAddress} 收件人: ${body.toAddress} 主题: ${body.subject} 接收时间: ${body.receivedAt} 内容: ${body.content} 再moepush里文本内容直接用我这个就行,html的千万不要设置,配置好后,接口作里有推送示例,你点开代码里有网址,你就复制网址到moemail的webhook URL里填进去,救OK了
Author
Owner

@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设置处保存,测试是否可行

<!-- gh-comment-id:3504798837 --> @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设置处保存,测试是否可行
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/moemail#56
No description provided.