Debug quickly without a production endpoint
In the Leafy Energy demo you can test webhooks without building a full backend. With tools like ngrok and RequestBin-style services you see exactly what is being sent.
Testing with ngrok
- Run a simple local HTTP server, for example in Node.js or Python.
- Start ngrok to expose your local port to the internet.
- Use the ngrok URL as a webhook endpoint in Leafy Energy.
- Inspect incoming requests in your terminal or logs.
Testing with RequestBin-like services
- Create a temporary endpoint URL.
- Configure this URL as a webhook receiver in Leafy Energy.
- Inspect headers and payloads in the web UI.
This is a great way to show, live in a demo, what the webhook body contains without deploying anything complex.
Comments
0 comments
Please sign in to leave a comment.