-
Notifications
You must be signed in to change notification settings - Fork 141
Integrating with Slack
Paul Ionescu edited this page Jul 29, 2019
·
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.json
- 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
encSlackClientSecret
variable inconfig.json
- Update the values for
slackClientId
andslackTeamId