Hookdeck
Official@hookdeck
Receive, process, and deliver messages across your event-driven architecture with Hookdeck's platform for engineering teams.
Agent Skills by Hookdeck
Showing 24 vetted skills indexed across 2 GitHub repositories.
hookdeck
Route webhooks to the correct Hookdeck product skill for inbound or outbound delivery.
event-gateway
Automate webhook lifecycle routing from sources through connections to destinations.
replicate-webhooks
Automate Replicate webhook validation and event handling for Express, Next.js, and FastAPI.
chargebee-webhooks
Verify Chargebee webhooks with Basic Auth in Node.js and Python backends.
outpost
Deliver webhook events to HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, and Kafka destinations.
hookdeck-event-gateway-webhooks
Verify Hookdeck webhook signatures and handle events in Express, Next.js, and FastAPI.
paddle-webhooks
Verify Paddle webhook signatures and parse events in Node.js, Next.js, and FastAPI.
openai-webhooks
Verify OpenAI webhook signatures using the Standard Webhooks scheme.
woocommerce-webhooks
Verify WooCommerce webhook signatures and route payloads to handlers.
shopify-webhooks
Verify Shopify webhook signatures with X-Shopify-Hmac-SHA256 across Express, Next.js, and FastAPI.
clerk-webhooks
Verify Clerk webhook signatures using Svix headers and process events.
vercel-webhooks
Verify SHA-1 HMAC signatures on incoming Vercel webhook payloads.
postmark-webhooks
Process Postmark webhook events across Express, Next.js, and FastAPI.
gitlab-webhooks
Receive and verify GitLab webhooks with token authentication.
cursor-webhooks
Validate Cursor Cloud Agent webhook signatures with HMAC-SHA256.
fusionauth-webhooks
Verify FusionAuth webhook signatures in Express, Next.js, and FastAPI.
webhook-handler-patterns
Enforce verify-then-parse-then-idempotent processing for webhook handlers.
deepgram-webhooks
Verify Deepgram webhook callbacks via dg-token header and parse transcript payloads.
resend-webhooks
Verify Resend webhook signatures using Svix headers across Node/Express, Next.js, and FastAPI.
github-webhooks
Verify GitHub webhook signatures and parse events in Node.js and Python.
stripe-webhooks
Verify Stripe webhook signatures and process payment events across Express, Next.js, and FastAPI.
hookdeck-event-gateway
Route webhooks through Hookdeck with retries, rate limiting, and observability.
sendgrid-webhooks
Verify SendGrid webhook signatures and process email events.
elevenlabs-webhooks
Verify ElevenLabs webhook signatures and handle events in Express, Next.js, and FastAPI.
Frequently Asked Questions About Hookdeck
FAQPage SchemaWhat specific tasks can engineers perform using Hookdeck?▼
Engineers use the platform to verify cryptographic signatures, route event payloads to multiple destinations, manage retries for failed deliveries, and enforce idempotent processing patterns for incoming callbacks from services like Stripe, Shopify, and GitHub.
Which personas benefit most from these event-handling capabilities?▼
Backend engineers, site reliability engineers, and systems architects managing distributed event-driven architectures benefit from these capabilities. The platform is designed for teams requiring reliable delivery, observability, and secure validation of asynchronous messages between disparate third-party services and internal infrastructure.
What are the primary prerequisites for integrating these event handlers?▼
Integration requires an existing event-driven architecture and the ability to configure webhook endpoints within your source services. Developers must implement signature verification logic using provided HMAC-SHA256 or token-based authentication patterns to ensure payload integrity before processing events within their backend environments.