Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# slack
Send messages via slack

https://github.com/sschmid/bee-slack

```
secrets:

SLACK_WEBHOOK
SLACK_TOKEN

usage:

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.upload

requirements:

slack https://slack.com
curl
```