Managing webhook deliveries

Once a webhook is created, you can view all the deliveries made to the endpoint.

Click on any URL to view the list of deliveries for that endpoint. The most recently made deliveries are listed at the very top.

The list shows the HTTP status of the response received when Neeto sends the payload to the endpoint.

You can click on 'View Details' to view the exact request and response details of the payload. The details include request headers, the sent payload, response headers, and the response body.

If you see a delivery with either no status code or a delivery with a non-2XX HTTP response code, it means the payload was not delivered correctly for some reason. It may have been a timeout issue or the unavailability of the API endpoint provided.

Webhook retry

The webhook will be invoked immediately after the event specified. If the webhook delivery fails, then another attempt to deliver webhook will be made after 5 minutes. The retry mechanism will continue at specific intervals until the last retry 6 hours later. If this fails, then the delivery will be marked with a failure status. After that, an email stating that the webhook delivery failed will be sent.

You can click Redeliver in the side pane to manually deliver the payload.