https://github.com/naoty/slack-thread-webhook
Slack webhook to post threaded messages
https://github.com/naoty/slack-thread-webhook
slack
Last synced: about 1 month ago
JSON representation
Slack webhook to post threaded messages
- Host: GitHub
- URL: https://github.com/naoty/slack-thread-webhook
- Owner: naoty
- License: mit
- Created: 2018-12-16T08:07:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T09:43:30.000Z (over 7 years ago)
- Last Synced: 2025-03-24T22:45:50.435Z (over 1 year ago)
- Topics: slack
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-thread-webhook
Slack webhook to post threaded messages
## Usage
slack-thread-webhook accepts requests at following endpoints. `` is non-whitespace string.
* `POST /hooks/` forwards requests to Slack. When a request with the same `` has already sent, it will be posted as a theaded message.
* `PUT /hooks/` updates a message posted with the same ``.
## Setup
### Heroku
[](https://heroku.com/deploy)
### Docker
Docker images are published at [Docker Hub](https://hub.docker.com/r/naoty/slack-thread-webhook).