-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ bug ]飞书无法发送通知 #1016
Comments
升级可以解决吗 |
升级到最新的1.8.0版本吗? |
最后得以解决了吗? |
这个问题有进展了吗,遗憾的是我也不会改 |
这个是旧版的推送格式了,新版应该是: data = {
"msg_type": "text",
"content": {
"text": f'{title}\n{content}'
}
} |
如果是现在刚创建的飞书机器人,默认拿到的 webhook 地址是新版本的,只需要在 archery 里给资源组配置飞书 webhook 地址的时候,手动改成老版本即可,修改方式是把链接中的 v2 去掉。 archery 1.8 docker,手动修改 webhook 地址后可以收到推送了。 附:新旧版 webhook 地址对比
|
@caicai19900921 您这里参数名写错了,应该是 可以考虑根据 url 中是否有 |
fix(sendmsg/feishu): fix #1016 支持新版飞书 webhook 接口
确实可以了,感谢! |
楼上的好人们, 顺手提个pr呗? |
1.7.13版本,配置好飞书和钉钉的webhook,实际钉钉能收到推送消息而飞书无法收到。
部署方式:Docker
The text was updated successfully, but these errors were encountered: