-
Notifications
You must be signed in to change notification settings - Fork 404
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
[Feature]: 企业微信群聊机器人通知 || [Feature]: Enterprise WeChat group chat robot notification #2661
Comments
由于企业微信不怎么在外网使用,所以并没有在英文文档中描述。 如果你认为功能有差异,你也可以使用 |
好的。是有一点功能差异,我目前就是采用的你提到的webhook方式实现的。 OK There are some functional differences. I currently implement it using the webhook method you mentioned. |
非认证企业也是有企业ID的,对个人用户的限制主要在可信ip,企业应用必须配置一个固定的可信ip才能正常使用。 对于企业微信,现在新建的企业是强制要求配置可信ip(于2022年6月开始强制要求,见官方通知)。如果使用Vercel等serverless方式部署,每次的调用ip都可能不同,需要使用有固定ip的服务器进行中转,但既然有服务器了为什么还要使用serverless呢? 对于企业微信群机器人,则没有可信ip的限制,还是建议加上官方支持比较好。(看到飞书群聊机器人已经支持了,这两个非常类似)
Non-certified enterprises also have enterprise IDs. The restrictions on individual users are mainly based on trusted IP. Enterprise applications must be configured with a fixed trusted IP to be used normally. For enterprise WeChat, it is now mandatory for newly established enterprises to configure trusted IP (it will be mandatory in June 2022, see official notice). If you use serverless deployment methods such as Vercel, the IP address may be different each time, and you need to use a server with a fixed IP for transfer. But since you already have a server, why use serverless? For enterprise WeChat group robots, there are no restrictions on trusted IPs. It is recommended to add official support. (See that Feishu Group Chat Robot has been supported, the two are very similar) |
我现在是用一个接口接收回调,然后再转发到企业微信群聊做和简单新评论通知😂 I now use an interface to receive callbacks, and then forward them to the corporate WeChat group chat for simple new comment notifications😂 |
@axiaoxin 这个Feature并没有被添加进来,可以把这个Feature Request重新打开吗? @axiaoxin This Feature has not been added. Can you reopen this Feature Request? |
功能概述 | Describe the feature
Feature Overview | Describe the feature
The text was updated successfully, but these errors were encountered: