webhookd turns your shell scripts into secure HTTP webhooks, with real time streaming output.
This product is available in the build below. Open it for the operating system, cloud and version detail, or read its deployment guide.
| Product | Cloud | Operating system | Version | |
|---|---|---|---|---|
| webhookd on Ubuntu 24.04 LTS | Azure | Ubuntu 24.04 | Standard | View · Guide |
webhookd is a minimalist, powerful webhook server that turns ordinary shell scripts into HTTP endpoints. Drop an executable script into its scripts directory and it becomes a webhook you can trigger over HTTP, with the script output streamed back to the caller in real time as chunked data or Server Sent Events. It is a lightweight way to wire deploys, automation jobs, notifications and integrations to an incoming HTTP request without standing up a full application.
cloudimg ships webhookd hardened, fully patched and secure by default: HTTP Basic authentication is mandatory, so no hook can run unauthenticated, and a unique password is generated on first boot, so no credential is baked into the image. It runs as a dedicated non root service behind an nginx TLS endpoint with a per VM certificate. Paired with a step by step deploy guide and backed by 24/7 support.