CtrlK
BlogDocsLog inGet started
Tessl Logo

webhook-skills

github.com/hookdeck/webhook-skills

SkillAddedReview
webhook-handler-patterns

skills/webhook-handler-patterns/SKILL.md

Best practices for webhook handlers. Use when implementing the handler sequence (verify first, parse second, handle idempotently), idempotency, error handling, retry logic, or framework-specific issues with Express, Next.js, or FastAPI.

89

1.12x
stripe-webhooks

skills/stripe-webhooks/SKILL.md

Receive and verify Stripe webhooks. Use when setting up Stripe webhook handlers, debugging signature verification, or handling payment events like payment_intent.succeeded, customer.subscription.created, or invoice.paid.

68

shopify-webhooks

skills/shopify-webhooks/SKILL.md

Receive and verify Shopify webhooks. Use when setting up Shopify webhook handlers, debugging signature verification, or handling store events like orders/create, products/update, or customers/create.

69

sendgrid-webhooks

skills/sendgrid-webhooks/SKILL.md

Receive and verify SendGrid webhooks. Use when setting up SendGrid webhook handlers, debugging signature verification, or handling email delivery events.

63

resend-webhooks

skills/resend-webhooks/SKILL.md

Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails.

71

paddle-webhooks

skills/paddle-webhooks/SKILL.md

Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created, subscription.canceled, or transaction.completed.

73

openai-webhooks

skills/openai-webhooks/SKILL.md

Receive and verify OpenAI webhooks. Use when setting up OpenAI webhook handlers for fine-tuning jobs, batch completions, or async events like fine_tuning.job.completed, batch.completed, or realtime.call.incoming.

64

hookdeck-event-gateway

skills/hookdeck-event-gateway/SKILL.md

Hookdeck Event Gateway — webhook infrastructure that replaces your queue. Use when receiving webhooks and need guaranteed delivery, automatic retries, replay, rate limiting, filtering, or observability. Eliminates the need for your own message queue for webhook processing.

64

github-webhooks

skills/github-webhooks/SKILL.md

Receive and verify GitHub webhooks. Use when setting up GitHub webhook handlers, debugging signature verification, or handling repository events like push, pull_request, issues, or release.

69

elevenlabs-webhooks

skills/elevenlabs-webhooks/SKILL.md

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events.

64

deepgram-webhooks

skills/deepgram-webhooks/SKILL.md

Receive and verify Deepgram webhooks (callbacks). Use when setting up Deepgram webhook handlers, processing transcription callbacks, or handling asynchronous transcription results.

69

clerk-webhooks

skills/clerk-webhooks/SKILL.md

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created.

74

chargebee-webhooks

skills/chargebee-webhooks/SKILL.md

Receive and verify Chargebee webhooks. Use when setting up Chargebee webhook handlers, debugging Basic Auth verification, or handling subscription billing events.

65