通过 Slack 发出自定义事件 API

Emit custom events through Slack API

我正在尝试找到一种方法,将事件从 python 脚本发送到 Slack 上的 hubot 运行。我查看了 Events API 文档,但它只讨论了如何从 Slack 接收有关事件的信息。有没有什么方法可以通过 API?

发出一个松弛的事件

不,您只能使用 Events API. But they are many other ways to interact with the Slack using the normal Slack API 从 Slack 接收事件,例如向频道发送消息。