【发布时间】:2017-01-08 09:10:26
【问题描述】:
我使用传入的 webhook 来发送消息,但是我使用类似这样的东西覆盖了 channelID 以发送到特定的频道(如这里提到的:https://api.slack.com/incoming-webhooks)
{
"channel": "#my_channel",
"text": "This message will appear in #other-channel"
}
当我提供我的频道 ID 时,我能够将消息接收到 slack,但是当我将频道 ID(有效频道 ID)提供给其他人时,我得到了 channel_not_found 异常。
请告诉我可能出了什么问题。
【问题讨论】: