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

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

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
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

### Docker
Docker images are published at [Docker Hub](https://hub.docker.com/r/naoty/slack-thread-webhook).