The Event Gateway is a webhook proxy and durable message queue that sits between webhook providers and your application. Providers send webhooks to Hookdeck, which guarantees ingestion, queues events, and delivers them to your app with automatic retries and rate limiting. Your webhook handler just does the business logic — no need to build your own queue infrastructure.
This gives you a public URL (e.g., https://events.hookdeck.com/e/srcxxx) that forwards webhooks to your local server, plus a web UI for inspecting and replaying requests.
Already using a provider webhook skill? Point the tunnel at your existing handler:
Hookdeck Event Gateway — инфраструктура веб-перехватчиков, заменяющая вашу очередь. Используйте при получении веб-перехватчиков и необходимости гарантированной доставки, автоматических повторных попыток, повтора, ограничения скорости, фильтрации или наблюдения. Устраняет необходимость в собственной очереди сообщений для обработки веб-перехватчиков. Источник: hookdeck/webhook-skills.