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
not_authed means No authentication token provided.
not_authed
Which token are you passing along in the request? You need to pass your OAuth token, which you can get from here.