如何使用Slack API发起直接消息(私有IM)

时间:2016-09-12 15:02:10

标签: slack-api slack

使用Slack API(webhooks,RTM,Web,无所谓)是否可以通过私有IM频道尚未存在的用户启动DM /专用频道?

我知道API调用https://api.slack.com/methods/im.list,它会显示已经打开的私有IM频道,但是这是机器人的空列表,因为没有真正的用户会有DM' d机器人

基本上,我们有一个用户列表,需要通过机器人私下通知某些用户,并且这些用户以前不可能拥有机器人DM,因此私有渠道将不存在。我们如何使用API​​创建该渠道?

1 个答案:

答案 0 :(得分:4)

嗯,我只需要RTFM。

https://api.slack.com/methods/im.open

This method opens a direct message channel with another member of your Slack team.

Arguments

This method has the URL https://slack.com/api/im.open and follows the Slack Web API calling conventions.