A simple node web server to print webhook requests to the console for easier debugging.
cd webhook-tester
npm install
node index.js
The web server is configured to listen on port 3099 to request to the root address - http://localhost:3099, so configure your webhooks to head in that direction.