Sending JSON to Slack in a HTTP POST request

后端 未结 11 784
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 05:21

I\'m trying to send a message using Slack\'s chat.postMessage API call. I have no problems encoding my test messages within HTTP GET, but I\'m trying to achieve the same res

11条回答
  •  孤城傲影
    2020-12-24 06:05

    not_authed means No authentication token provided.

    Which token are you passing along in the request? You need to pass your OAuth token, which you can get from here.

提交回复
热议问题