When viewing information about a specific event through the Automation tab, there will be information about how many times MileApp attempted to send an event to the endpoint. This shows the latest response from client endpoint, a list of all attempted webhooks, and the respective HTTP status codes MileApp received. There is also a retry button for manually retrying webhooks.Documentation Index
Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt
Use this file to discover all available pages before exploring further.

Retry Conditions
The webhook request will retry up to 3 times if any of the following conditions occur:- The server returns an HTTP status that is not 200 (indicating failure)
- The server takes longer than 30 seconds to respond (timeout)
Retry Timing
If the first attempt fails, the webhook will automatically retry every 2 minutes.| Attempt | Timing |
|---|---|
| First failure | Retry after 2 minutes |
| Second failure | Retry again after 2 minutes |
| Third failure | Final retry after another 2 minutes |