Search Docs
根据飞书官方文档在群组中创建机器人
1.0.0
在 EMQX 的 etc 目录下创建一个 feishu.conf 文件。
feishu { enable = true // 如果不想使用 secret 验证(换用 IP 白名单),得保证 secret="" secret = "Your Webhook Secret" template_id = "Your Template ID" template_version_name = "1.0.0" webhook = "Your Webhook URL" }
./bin/emqx_ctl guard load ./etc/feishu.conf loaded feishu ok
./bin/emqx_ctl guard test