Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bobprince.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Hookdrop includes AI features to help you understand, use, and debug webhooks faster — without leaving the dashboard or reading raw JSON.
AI features require Starter plan or above. Upgrade your plan to get access.

Explain Payload

Get a plain English summary of any captured event

Code Generation

Generate TypeScript interfaces and ready-to-use handler code

Diagnose Failures

Find out why a delivery failed and how to fix it

What you can do

FeatureWhat it does
Explain payloadSummarizes a webhook event in plain English
Generate TypeScript interfaceCreates a typed interface from the event payload shape
Generate handler codeProduces a ready-to-use webhook handler in your chosen language and framework
Diagnose failureAnalyzes a failed delivery and suggests a fix

Supported languages and frameworks

Code generation supports the following languages:
  • typescript
  • javascript
  • python
  • go
And the following frameworks:
  • express
  • fastify
  • nextjs
  • fastapi
  • gin