Created
August 7, 2018 17:50
-
-
Save givankin/d76347b32d4883eed184ed4414165cea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v \ | |
--data 'token=your-token' \ | |
--data-urlencode 'profile={"status_text":"Will be available within 25 minutes", "status_emoji":":tomato:"}' \ | |
https://slack.com/api/users.profile.set | |
(get your token at https://api.slack.com/custom-integrations/legacy-tokens) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment