23:59

Webhook app by Soulteary

WebHook is a lightweight and customizable tool written in Go that enables you to effortlessly create HTTP WebHook services. With WebHook, you can execute predefined commands and flexibly pass data from HTTP requests (including headers, body, and parameters) to your configured commands or programs. It also supports triggering hooks based on specific conditions.
This is a fork of the original by adnanh. A more detailed explanation can be found here.
21:39

Webhook Tester — Debug and Replay Webhooks (Go)

Self-hosted webhook testing tool built in Go. Create unique endpoints to capture and inspect incoming webhook requests (headers, body, payload), replay events, and customize responses. Docker-ready, API key auth, Swagger docs. 110 stars.