Skip to content

A open-source system designed to monitor and inspect webhook calls via REST API

Notifications You must be signed in to change notification settings

erickmanovei/webhookinspector

Repository files navigation

Webhook Inspector

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js (Latest LTS version recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/erickmanovei/webhookinspector.git
    cd webhookinspector
  2. Install dependencies:

    yarn
  3. Start the server in development mode:

    yarn dev
  4. Access Webhook Inspector at:

    http://localhost:3000
    

How to Contribute

We welcome contributions from the community! If you would like to help improve Webhook Inspector, follow these steps:

  1. Fork the repository.
  2. Create a new branch (feature/new-feature or fix/bug-fix).
  3. Commit your changes with a meaningful message.
  4. Push your branch to GitHub.
  5. Create a Pull Request and describe your changes.

Support & Donations

If you find this project useful, consider supporting it by making a donation. Your support helps us maintain and improve Webhook Inspector.

Donate with PayPal

License

Webhook Inspector is released under the MIT License. Feel free to use, modify, and distribute it as per the license terms.


Happy coding! 🚀

About

A open-source system designed to monitor and inspect webhook calls via REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published