!752 m { static S token = "xoxp-11444506721-15584660016-15602755169-10849bef29"; static S channelID = "C0FH9PY8J"; // #talkingbots p { S url = "https://slack.com/api/channels.history"; S postData = "token=" + urlencode(token) + "&channel=" + urlencode(channelID); S data = doPost(postData, url); print(data); } }