Webhook Inspector is an open-source system designed to monitor and inspect webhook calls via REST API. It allows developers to track, analyze, and debug webhook events in real-time, ensuring smooth integrations with third-party services.
- Real-time Monitoring: Capture and inspect incoming webhook requests.
- Detailed Logging: Store and review webhook payloads.
- Replay Requests: Re-send captured webhooks for debugging purposes.
- Node.js (Latest LTS version recommended)
-
Clone the repository:
git clone https://github.com/erickmanovei/webhookinspector.git cd webhookinspector
-
Install dependencies:
yarn
-
Start the server in development mode:
yarn dev
-
Access Webhook Inspector at:
http://localhost:3000
We welcome contributions from the community! If you would like to help improve Webhook Inspector, follow these steps:
- Fork the repository.
- Create a new branch (
feature/new-feature
orfix/bug-fix
). - Commit your changes with a meaningful message.
- Push your branch to GitHub.
- Create a Pull Request and describe your changes.
If you find this project useful, consider supporting it by making a donation. Your support helps us maintain and improve Webhook Inspector.
Webhook Inspector is released under the MIT License. Feel free to use, modify, and distribute it as per the license terms.
Happy coding! 🚀