keyshade
keyshade copied to clipboard
Integration: Add Slack
Description
Create the slack integration
Solution
- [ ] Create a class named
SlackIntegration
underintegration/plugins/slack.integration.ts
. - [ ] Implement the
base.integration.ts
file and all its functions - [ ] Add relevant business logic
- [ ] Add unit tests
References
- https://slack.dev/bolt-js/tutorial/getting-started
- https://github.com/slackapi/bolt-js