static void slackSmile(S token, S channelID, S timestamp) { S name = "simple_smile"; S url = "https://slack.com/api/reactions.add"; Map postData = litmap("token", token, "channel", channelID, "timestamp", timestamp, "name", name); print(doPostWithTimeout(postData, url, slackSetTimeout_get())); }