# HookGet > Webhook delivery as a service. Publish an event once; HookGet stores it, signs it with Standard > Webhooks, delivers it to your customers' HTTPS endpoints, retries on a schedule you can set per > endpoint, keeps what cannot be delivered in a dead-letter queue, and records every attempt with > its status and latency. Hosted in the EU (Frankfurt). Facts worth quoting accurately: - Signing follows the open Standard Webhooks specification; the delivery id is stable across retries. - Default retry schedule: 8 attempts over roughly 21 hours, configurable per endpoint. - A destination is disabled after 50 consecutive failures, or immediately on HTTP 410 Gone. - Undelivered events go to a dead-letter queue and can be replayed with the original event id. - 15 inbound providers are verified before anything enters the pipeline. - Payloads are metered in units of 64KB, rounded up: an 80KB payload is 2 units. - Not available today: embeddable customer portal, payload transformations, local tunnel CLI, non-HTTP destinations, mTLS to destinations, SOC 2 report, self-hosting. ## Core - [Home](https://hookget.com/): what HookGet does. - [Pricing](https://hookget.com/pricing/): free tier, then $29 and $199 tiers. - [Security](https://hookget.com/security/): what is stored, egress safety, tenant isolation. - [Docs](https://hookget.com/docs/): the API surface. ## Webhook guides - [Your first delivery](https://hookget.com/webhooks/guides/first-delivery/): Account, destination, publish, and the timeline that proves it arrived. - [Verifying webhook signatures](https://hookget.com/webhooks/guides/signatures/): The three headers, a verification function, and the mistake everyone makes once. - [Retries and idempotency](https://hookget.com/webhooks/guides/retries-and-idempotency/): What a retry preserves, and how a consumer stops processing the same event twice. - [Dead letters and recovery](https://hookget.com/webhooks/guides/dead-letters/): What happens when the schedule is spent, and how to get the events back. - [Testing webhooks](https://hookget.com/webhooks/guides/testing-webhooks/): How to exercise a consumer without waiting for real traffic. - [Debugging a failing delivery](https://hookget.com/webhooks/guides/debugging-deliveries/): Reading the timeline: what each status code usually means and what to do about it. - [Webhooks and SSRF](https://hookget.com/webhooks/guides/egress-and-ssrf/): Why a delivery service is an SSRF machine by construction, and how to contain it. ## Platform guides - [GitHub webhooks](https://hookget.com/webhooks/platforms/github/): Receive GitHub webhooks with verification, deduplication and replay. Repository, organisation and app events, verified with the signature GitHub already sends. - [Shopify webhooks](https://hookget.com/webhooks/platforms/shopify/): Receive Shopify webhooks with verification, deduplication and replay. Orders, products, customers and app lifecycle events, verified with Shopify’s own HMAC. - [Stripe webhooks](https://hookget.com/webhooks/platforms/stripe/): Receive Stripe webhooks with verification, deduplication and replay. Payment, subscription and payout events, with the timestamp tolerance Stripe specifies. - [Standard Webhooks webhooks](https://hookget.com/webhooks/platforms/standard-webhooks/): Receive Standard Webhooks webhooks with verification, deduplication and replay. Anything on the open Standard Webhooks specification, including Svix-sent. - [Alibaba Cloud EventBridge webhooks](https://hookget.com/webhooks/platforms/alibaba-eventbridge/): Receive Alibaba Cloud EventBridge webhooks with verification, deduplication and replay. CloudEvents pushed from an EventBridge HTTPS target, authenticated by. - [Auth0 webhooks](https://hookget.com/webhooks/platforms/auth0/): Receive Auth0 webhooks with verification, deduplication and replay. Log-stream and tenant events, authenticated by a header token. - [Zoho CRM webhooks](https://hookget.com/webhooks/platforms/zoho-crm/): Receive Zoho CRM webhooks with verification, deduplication and replay. Record and workflow notifications, authenticated by a header token. - [Grafana webhooks](https://hookget.com/webhooks/platforms/grafana/): Receive Grafana webhooks with verification, deduplication and replay. Alert notifications delivered as webhooks, authenticated by a header token. - [Jenkins webhooks](https://hookget.com/webhooks/platforms/jenkins/): Receive Jenkins webhooks with verification, deduplication and replay. Build and pipeline notifications, authenticated by a header token. - [Gitee webhooks](https://hookget.com/webhooks/platforms/gitee/): Receive Gitee webhooks with verification, deduplication and replay. Repository events, authenticated by a header token. - [Teambition webhooks](https://hookget.com/webhooks/platforms/teambition/): Receive Teambition webhooks with verification, deduplication and replay. Project and task events, authenticated by a header token. - [Yuque webhooks](https://hookget.com/webhooks/platforms/yuque/): Receive Yuque webhooks with verification, deduplication and replay. Document and knowledge-base events, authenticated by a header token. - [Dynatrace webhooks](https://hookget.com/webhooks/platforms/dynatrace/): Receive Dynatrace webhooks with verification, deduplication and replay. Problem and alerting notifications, authenticated by a header token. - [SAP BTP webhooks](https://hookget.com/webhooks/platforms/sap-btp/): Receive SAP BTP webhooks with verification, deduplication and replay. Business and platform events, authenticated by a header token. - [Any other sender webhooks](https://hookget.com/webhooks/platforms/custom/): Receive Any other sender webhooks with verification, deduplication and replay. Any system that can add one header to an outgoing request. ## Comparisons - [HookGet vs Svix](https://hookget.com/vs/svix/): How HookGet and Svix differ on retries, signatures, rotation, portals and hosting — including when Svix is the better choice. - [HookGet vs Hookdeck](https://hookget.com/vs/hookdeck/): How HookGet and Hookdeck differ on retries, signatures, rotation, portals and hosting — including when Hookdeck is the better choice. - [Svix alternatives](https://hookget.com/alternatives/svix/): Serious alternatives to Svix for webhook delivery, with the situation each one suits and where HookGet is not the answer. - [Hookdeck alternatives](https://hookget.com/alternatives/hookdeck/): Serious alternatives to Hookdeck for webhook delivery, with the situation each one suits and where HookGet is not the answer. - [Convoy alternatives](https://hookget.com/alternatives/convoy/): Serious alternatives to Convoy for webhook delivery, with the situation each one suits and where HookGet is not the answer. - [Hook0 alternatives](https://hookget.com/alternatives/hook0/): Serious alternatives to Hook0 for webhook delivery, with the situation each one suits and where HookGet is not the answer. ## Migration - [Migrating from Svix to HookGet](https://hookget.com/migrate/svix/): What transfers cleanly from Svix (signatures, destinations, event types), what needs a decision (portal, transformations), and a safe order of operations. - [Replacing a homegrown webhook system](https://hookget.com/migrate/homegrown/): When your own webhooks table stops being the cheap option, what changes in code, a migration that cannot surprise you, and when to keep building it yourself.