chat.postMessage存在问题-channel_not_foud

时间:2019-05-04 17:47:05

标签: node.js slack slack-api

我正在尝试使用postMessage发送表单,但是在测试时,但是在我的朋友测试其工作时,却收到错误channel_not_found。

slackWeb.im.open({token: secrets.token, user: data.user}).then(res => {
                console.log(res)
                let msg = msgs.k
                msg.user = data.user
                msg.channel = res.channel.id
                console.log(res.channel.id)
                slackWeb.chat.postMessage(msg)
            })

Image of the code and the error

1 个答案:

答案 0 :(得分:0)

您的密钥是否具有channel:read权限?