Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sschmid/bee-slack
Send messages via slack - https://github.com/sschmid/bee
https://github.com/sschmid/bee-slack
bash bee plugin slack
Last synced: about 1 month ago
JSON representation
Send messages via slack - https://github.com/sschmid/bee
- Host: GitHub
- URL: https://github.com/sschmid/bee-slack
- Owner: sschmid
- License: mit
- Created: 2021-02-17T19:35:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:29:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-03T11:42:44.278Z (3 months ago)
- Topics: bash, bee, plugin, slack
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# slack
Send messages via slackhttps://github.com/sschmid/bee-slack
```
secrets:SLACK_WEBHOOK
SLACK_TOKENusage:
message_webhook send a message using incoming webhooks
e.g. bee slack message_webhook "Build complete"
message [] send a message using https://slack.com/api/chat.postMessage
e.g. bee slack message ABCD12345 "Build complete"
upload [ send a message and upload a file using https://slack.com/api/files.uploadrequirements:
slack https://slack.com
curl
```