app like that
WebhookHub
WebhookHub

WebhookHub is a lightweight, self-hosted service for receiving, logging, and forwarding webhooks.

Features

Receive webhooks

Receive webhooks at `/hook/:source`, allowing you to capture incoming web requests from various services.

Log payloads and headers

Log full payloads, headers, and timestamps for incoming webhooks, making it easier to track requests.

Replay webhooks

Easily replay any webhook via the web user interface whenever you need to debug or recover.

Forwarding rules

Set specific forwarding rules per source, allowing you to fan-out or route webhooks to multiple destinations.

Web dashboard

Access a web dashboard that features filters and pagination to efficiently manage and inspect logs.

Secure login

Includes a secure login option for admin accounts to protect the application.

Postgres backend

Uses a PostgreSQL database with GORM for effective data management.

Dockerized deployment

Ready to deploy in a Docker container, simplifying setup processes.