⚠️ Warning: This project is not stable yet. Feel free to join the Discord so we can build together https://discord.gg/w2fBSz3j
SendHooks Engine is a high-performance, scalable tool for managing and delivering webhooks. It uses modern architectural patterns to efficiently handle webhook processing, making it an ideal choice for applications requiring reliable and quick webhook delivery. Written in Go, SendHooks takes full advantage of the language's concurrency and performance features.
To run SendHooks using Docker, a config.json
file is required. This file contains necessary configurations including the Redis server address.
Pull the Docker Image:
docker pull transfa/sendhooks:latest
Run the Docker Image with config.json
:
docker run -v /path/to/config.json:/app/config.json -t transfa/sendhooks
Replace /path/to/config.json
with the path to your configuration file.
Ensure that the config.json
file is located in the same directory as the binary.
curl -LO https://github.com/Transfa/sendhooks-engine/releases/latest/download/sendhooks
chmod +x sendhooks
./sendhooks
We welcome contributions from the community. If you'd like to contribute, please check out our list of issues to see how you can help.
You can find how to contribute in the CONTRIBUTING file.
You can find our security policies on SECURITY.