Launch special — let's split the check with SPLITCHECK for 50% off

monitoring

Diagnosis

Diagnose webhook delivery issues with detailed error analysis and resolution suggestions.

How It Works

When a webhook delivery fails, HookSense automatically analyzes the error and provides an actionable diagnosis. This is integrated into the Retry History view.

Error Categories

CategoryExamplesSuggestion
Auth401 Unauthorized, 403 ForbiddenCheck API keys and permissions
Not Found404Verify the endpoint URL exists
Method405 Method Not AllowedCheck if the HTTP method is correct
Payload413 Payload Too LargeReduce request body size
Rate Limit429 Too Many RequestsReduce request frequency or increase limits
Server500, 502, 503Check the target server's health
NetworkDNS failure, connection refused/resetCheck DNS settings and firewall rules
SSLCertificate errorsVerify SSL certificate is valid
TimeoutResponse exceeds 30sOptimize handler performance
SignatureHMAC mismatchUpdate signing secret

Diagnosis Output

Each diagnosis includes:

  • Category — Classification of the error type
  • Title — Human-readable error name
  • Severity — Warning, error, or info
  • Suggestion — Specific steps to resolve the issue

Requires Sense plan.