Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用hubot在slack上打开一个新频道。用例很简单。Hubot 观察外部事件,如果发生某些事件,我想打开一个新频道并邀请其他用户。
在我看来,一旦您设置了正确的 api 密钥,您只需向以下端点发送呼叫
https://slack.com/api/channels.create
该 api 记录在这里