!752 m { p { S token = loadSecretTextFileMandatory("#1001925", "nlbots-slack-token").trim(); S channelID = "C0G5GPEMR"; S url = "https://slack.com/api/channels.history"; S postData = "token=" + urlencode(token) + "&channel=" + urlencode(channelID); S data = doPost(postData, url); print(data); } }