Are these tools really free?
Yes. All three are MIT licensed, run on your own machine or server, and need no Webhooker account. You can use them commercially, fork them and change them, with no feature held back for a paid tier.
Do they send my payloads or secrets anywhere?
No. Each tool runs locally: Webhook Tester stores requests in SQLite inside your container, Webhook Mock Sender talks only to the endpoint URL you give it, and Discord Webhook Tester talks only to Discord. Webhook URLs and signing secrets never reach a third-party website, which is the main reason to run a tester yourself rather than paste a payload into a public one.
How are they different from Webhooker itself?
The tools are for testing: they show you a request, or send one, and forget it afterwards. Webhooker is the hosted gateway for production traffic: it verifies each provider's signature, stores every event durably, retries failed deliveries for about five hours, keeps a per-attempt log and lets you replay anything. Use the tools while you build a handler; use the gateway once real events depend on it.
Can I contribute or request a tool?
Yes. Issues and pull requests are welcome on every repository under the webhooker-eu organisation on GitHub, and a feature request is just an issue on the repository it belongs to.