webhookmail

一个与飞书自定义机器人 Webhook 兼容的接收端,收到消息后会转发一封邮件。

调用方式(与飞书机器人 Webhook 相同的请求体格式):

POST /webhook/<key>
Content-Type: application/json

{
  "msg_type": "text",
  "content": { "text": "hello world" }
}

也兼容飞书原始路径 /bot/v2/hook/<key>