Skip to content

Instantly share code, notes, and snippets.

@akkyie
Last active July 28, 2017 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akkyie/af10d079288a16f85bf15fdf5553c5fb to your computer and use it in GitHub Desktop.
Save akkyie/af10d079288a16f85bf15fdf5553c5fb to your computer and use it in GitHub Desktop.
Invite everyone into a channel
http https://slack.com/api/users.list token==$SLACK_TOKEN | jq ".members[].id" | xargs -I{} http https://slack.com/api/channels.invite token==$SLACK_TOKEN channel==$SLACK_CHANNEL user=={}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment