Skip to content

Instantly share code, notes, and snippets.

@givankin
Created August 7, 2018 17:50
Show Gist options
  • Save givankin/d76347b32d4883eed184ed4414165cea to your computer and use it in GitHub Desktop.
Save givankin/d76347b32d4883eed184ed4414165cea to your computer and use it in GitHub Desktop.
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