Hipchat integration for getting yourself an invite to slack workspace!
- Create your own integration in hipchat: Build your own integration.
- Make sure to check Add a Command
- You slash command must be
/invite
. - Add the url to post. In this case it will be
https://<your-heroku-app-name>/invite
. Make sure to put /invite after the app-name as written in the url. - Save.
slack_ws
: Required! Your slack workspace name.slack_token
: Required! Your slack workspace legacy token.hipchat_company
: Required! Your hipchat company name for hipchat url. If not * sure, put 'api' without quotes.hipchat_token
: Required! Your hipchat room (send notification) token.- For local : Edit the
config.js
file with your values.
- Run :
docker run -d -p 8080:8080 dockt/hipchat-slackinvite-integration
- Docker image : dockt/hipchat-slackinvite-integration