Documentation Menu

Webhook endpoint is not receiving events

Use this procedure when a sender reports a delivery but no corresponding Hookmetry webhook log is present.

Diagnosis procedure

  1. Confirm the sender uses the exact capture URL for the intended endpoint.
  2. Confirm the endpoint is active and belongs to the expected account.
  3. Confirm the sender uses POST; the public capture route accepts POST only.
  4. Confirm the sender supplies a non-empty body.
  5. Review the provider delivery record for the request URL and response.
  6. Check whether the endpoint has reached its request quota.

Capture responses

ResponseMeaning
200 with success: trueThe request was captured.
400The body was empty or input failed validation.
403The endpoint request quota was exceeded.
404The endpoint ID was not found.
405The sender used GET rather than POST.

Was this page helpful?

Your feedback helps us improve the docs.