I’m curious to learn what are the favorite tools when working with webhooks? These are the ones I currently use.
Tools that proxy external requests to a port on your local machine, making the web service running locally on your machine accessible over the internet. It provides an HTTPS secure endpoint URL during development.
Personally, when working with Ngrok, I use a node wrapper around Ngrok published on NPM. If you have node installed on your computer, you might find the NPM package more convenient, depending on your needs.
The Hookdeck CLI is completely free and offers unlimited and permanent URLs. One of my favorite features of the Hookdeck CLI is the replay feature. Your webhook history is preserved across sessions and can be replayed/used for testing.
Tools that are used to examine webhook payloads to detect any configuration errors.
This tool comes in handy whenever I need to inspect incoming requests or view the payloads and headers.