-
Notifications
You must be signed in to change notification settings - Fork 148
Integrating with Slack
Paul Ionescu edited this page Dec 3, 2017
·
4 revisions
You will need to create a Slack app for authentication.
- Go to https://api.slack.com/
- Hit Start Building and follow the prompts to create a Slack App in your Development Slack Team
- Once your app is created you will be able to get your App Credentials to configure your config.js
- Configure redirect urls under OAuth & Permissions. For example for a localhost setup the redirect url would be: http://localhost:8081/public/slack/callback
- Edit
encryptConfigs.js
and set the value forslackSecret
- Run
encryptConfig.js
- Update the value for the
config.encSlackClientSecret
variable inconfig.js
- Update the values for
config.slackClientId
andconfig.slackTeamId