Alternatives to Hookdeck

A hosted webhook gateway that receives, queues, filters and routes webhooks and external events. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Hookdeck.

  • smee.io

    A free webhook payload delivery service that forwards events to an application running on localhost.

    smee.io is free and forwards webhooks to localhost without opening ports, but it is intended for development only and lacks filtering, queueing and routing.

  • ngrok

    A tunnelling agent and gateway that exposes a local app to the internet with request inspection.

    ngrok exposes a local app through a public URL to receive webhooks in development, but it is a tunnel rather than a queueing and routing gateway.

Similar software

Related functionality, not a direct replacement.