mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-17 16:47:37 +08:00
1014 B
1014 B
配置 webhook
Note
如果要使用 webhook,请先绑定
KV并且worker变量配置ENABLE_WEBHOOK = true如果你想 webhook 的解析邮件能力更强,参考 配置 worker 使用 wasm 解析邮件
前提条件
你需要自建一个 webhook 服务 或者 使用 第三方平台,这个服务需要能够接收 POST 请求,并且能够解析 json 数据。
本项目使用了 songquanpeng/message-pusher 示例作为 webhook 服务。
- 可以使用 msgpusher.com 提供的服务
- 也可以自建
message-pusher服务,参考 songquanpeng/message-pusher


