Hookdeck avatar

Hookdeck

Official

@hookdeck

0Followers
|
46Public Repos
|
24Published Skills

Receive, process, and deliver messages across your event-driven architecture with Hookdeck's platform for engineering teams.

Skills Distribution
DomainCloud & Comp...Event-Driven Archi.. (40%)Payload Security &.. (30%)Message Routing & .. (30%)

Agent Skills by Hookdeck

Showing 24 vetted skills indexed across 2 GitHub repositories.

hookdeckhookdeck
4

hookdeck

Route webhooks to the correct Hookdeck product skill for inbound or outbound delivery.

Official
Intermediate
hookdeckhookdeck
4

event-gateway

Automate webhook lifecycle routing from sources through connections to destinations.

Official
Advanced
hookdeckhookdeck
79

replicate-webhooks

Automate Replicate webhook validation and event handling for Express, Next.js, and FastAPI.

Official
Intermediate
hookdeckhookdeck
79

chargebee-webhooks

Verify Chargebee webhooks with Basic Auth in Node.js and Python backends.

Official
Intermediate
hookdeckhookdeck
79

outpost

Deliver webhook events to HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, and Kafka destinations.

Official
Advanced
hookdeckhookdeck
79

hookdeck-event-gateway-webhooks

Verify Hookdeck webhook signatures and handle events in Express, Next.js, and FastAPI.

Official
Intermediate
hookdeckhookdeck
79

paddle-webhooks

Verify Paddle webhook signatures and parse events in Node.js, Next.js, and FastAPI.

Official
Intermediate
hookdeckhookdeck
79

openai-webhooks

Verify OpenAI webhook signatures using the Standard Webhooks scheme.

Official
Advanced
hookdeckhookdeck
79

woocommerce-webhooks

Verify WooCommerce webhook signatures and route payloads to handlers.

Official
Intermediate
hookdeckhookdeck
79

shopify-webhooks

Verify Shopify webhook signatures with X-Shopify-Hmac-SHA256 across Express, Next.js, and FastAPI.

Official
Advanced
hookdeckhookdeck
79

clerk-webhooks

Verify Clerk webhook signatures using Svix headers and process events.

Official
Intermediate
hookdeckhookdeck
79

vercel-webhooks

Verify SHA-1 HMAC signatures on incoming Vercel webhook payloads.

Official
Intermediate
hookdeckhookdeck
79

postmark-webhooks

Process Postmark webhook events across Express, Next.js, and FastAPI.

Official
Intermediate
hookdeckhookdeck
79

gitlab-webhooks

Receive and verify GitLab webhooks with token authentication.

Official
Intermediate
hookdeckhookdeck
79

cursor-webhooks

Validate Cursor Cloud Agent webhook signatures with HMAC-SHA256.

Official
Intermediate
hookdeckhookdeck
79

fusionauth-webhooks

Verify FusionAuth webhook signatures in Express, Next.js, and FastAPI.

Official
Intermediate
hookdeckhookdeck
79

webhook-handler-patterns

Enforce verify-then-parse-then-idempotent processing for webhook handlers.

Official
Intermediate
hookdeckhookdeck
79

deepgram-webhooks

Verify Deepgram webhook callbacks via dg-token header and parse transcript payloads.

Official
Intermediate
hookdeckhookdeck
79

resend-webhooks

Verify Resend webhook signatures using Svix headers across Node/Express, Next.js, and FastAPI.

Official
Advanced
hookdeckhookdeck
79

github-webhooks

Verify GitHub webhook signatures and parse events in Node.js and Python.

Official
Intermediate
hookdeckhookdeck
79

stripe-webhooks

Verify Stripe webhook signatures and process payment events across Express, Next.js, and FastAPI.

Official
Advanced
hookdeckhookdeck
79

hookdeck-event-gateway

Route webhooks through Hookdeck with retries, rate limiting, and observability.

Official
Intermediate
hookdeckhookdeck
79

sendgrid-webhooks

Verify SendGrid webhook signatures and process email events.

Official
Advanced
hookdeckhookdeck
79

elevenlabs-webhooks

Verify ElevenLabs webhook signatures and handle events in Express, Next.js, and FastAPI.

Official
Intermediate

Frequently Asked Questions About Hookdeck

FAQPage Schema
What 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.