无法 post 到测试连接器的网络钩子 url

Unable to post to a test connector's webhook url

按照描述 in the connector tutorial 设置连接器后,我们无法将测试请求发送到我们从连接器配置页面收到的 webhook url。

  1. 测试连接器在连接器开发人员仪表板中设置。未发布到应用商店,仍在测试中。连接器名称旁边的消息显示 "Registered. Pending Approval"
  2. 它被旁加载到 Outlook / Microsoft Teams
  3. 它也作为一个包单独上传到 Teams
  4. 它在频道配置中正确显示
  5. 连接器设置页面正确加载,并且可以保存设置
  6. getSettings 调用 returns webhook url 正确
  7. 但是,向 webhook 提交 POST 请求 url 错误:

curl -d "test=true" -X POST 'https://outlook.office.com/webhook/09f2b8e5-e684-4e87-8838-75e3a2f9dcbc@00d35244-2e42-4af7-a1ad-d6b557249c2b/58f4ab6b-234c-43ad-82f0-4641e38699e0/c516d999fec5498e9cac06f8d0478f22/79e349e1-47da-487a-90ee-040eccbbfa8b' Unknown Connector provider 58f4ab6b-234c-43ad-82f0-4641e38699e0

这似乎是测试网络钩子的问题url不可用?

Related thread as another team is having the same issue as well, and github issue with more details.

附带说明一下,在将连接器添加到团队页面时,会出现一条聊天通知,提示用户将连接器添加到该团队。在此消息中,连接器图像未正确加载。我可以在 url 中看到它也有连接器 ID。

这似乎是 MS Teams 和 it looks like it has been fixed by now 中的一个问题。我能够 post 向生成的 webhook 发送消息,而不会收到错误消息。