AI features require a Starter plan or above. Upgrade your plan to
unlock them.
Explain payload
When a webhook arrives, Hookdrop reads the full payload and returns a plain English summary of what the event means — what happened, who triggered it, and what the key values are. You don’t need to know the schema ahead of time.From the dashboard
- Open the Events tab for any endpoint.
- Click the event you want to inspect.
- Click Explain in the event detail panel.
Via the API
Send aGET request to the explain endpoint, passing your API token in the Authorization header.
Diagnose failure
When Hookdrop fails to deliver a webhook to one of your destinations, the Diagnose feature analyses the failure and tells you exactly what went wrong and how to fix it. Common scenarios where diagnosis helps:- Your server returned a
5xxerror - The connection was refused (e.g. your local tunnel went down)
- The request timed out
From the dashboard
- Open the Events tab for any endpoint.
- Click the failed event (marked with a red status badge).
- Click Diagnose in the event detail panel.
Via the API
- What happened — the specific error and HTTP status code
- Why it happened — the most likely root cause
- How to fix it — concrete next steps tailored to the failure type
