When a webhook delivery fails, Hookdrop can analyze the error and tell you what went wrong — and what to do about it.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.
AI features require Starter plan or above. Upgrade your plan to get access.
Use it from the dashboard
Click any failed event in your dashboard, then select Diagnose with AI. Hookdrop reviews the delivery attempts, response codes, and response bodies, then returns a specific explanation and suggested fix.Use it from the API
Example response
What the AI diagnoses
The diagnosis is based on your server’s response code and body from each failed delivery attempt. Common causes it identifies include:- Wrong URL — the endpoint path doesn’t exist or has a typo
- Non-2xx response — your server returned an error code like 400, 401, 404, or 500
- Timeout — your server took too long to respond and the delivery was abandoned
- SSL issues — your server’s TLS certificate is invalid, expired, or self-signed
- Authentication errors — signature verification failed due to a mismatched secret or incorrect body parsing
