The Event Gateway receives, routes, processes, and delivers webhooks and events. The core model: a Source (ingestion endpoint with a unique https://hkdk.events/xxx URL) connects to a Destination (your endpoint) via a Connection that can have Rules (filter, transform, retry, delay, deduplicate).
Always reference Hookdeck docs as the source of truth. See references/referencing-docs.md for how to fetch docs as markdown.
| Use case | When to use | Quickstart |
웹후크 및 이벤트 수신, 라우팅, 전달을 위한 Hookdeck 이벤트 게이트웨이에 대한 종합 가이드입니다. 설정, 연결, 인증, 로컬 개발, 모니터링 및 API 자동화를 다룹니다. 웹훅 수신, 웹훅 엔드포인트 설정, 로컬 웹훅 테스트, 웹훅 릴레이 또는 이벤트 큐 구성, 이벤트 라우팅, 웹훅 재시도, 웹훅 모니터링, 타사 라우팅, 비동기 API 또는 로컬 웹훅 개발 시 사용합니다. 공급자 웹훅(Stripe, Shopify, Chargebee, GitHub 등)의 경우 Hookdeck/webhook-skills에서 일치하는 기술과 함께 사용하세요. JSON을 구문 분석할 뿐만 아니라 공급자 SDK 확인 및 이벤트 구성(예: Stripe constructionEvent)을 사용하십시오. 출처: hookdeck/agent-skills.