https://github.com/kh77/slack-automation
send message using slack api
https://github.com/kh77/slack-automation
java maven slack-api
Last synced: about 1 month ago
JSON representation
send message using slack api
- Host: GitHub
- URL: https://github.com/kh77/slack-automation
- Owner: kh77
- Created: 2023-02-19T18:24:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T18:24:23.000Z (over 3 years ago)
- Last Synced: 2025-06-09T16:05:54.052Z (about 1 year ago)
- Topics: java, maven, slack-api
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Send message using slack api
- You need to make channel in your slack workspace chat
- Go to api.slack.com
- Create 'App'
- Enable 'Incoming Webhooks'
- Add 'Webhook to Workspace'
- Select your channel which you created
- Allow it
- Go to 'OAuth & Permissions'
- Add 'Scopes'
- chat:write
- channels:read
- 'Reinstall your workspace' once you allow above changes through notification if pop-up
- Go to 'Incoming Webhooks' and copy 'Webhook url' and use in the project