Retry Logic and Webhook Logs
Retry Logic
Sometimes webhook requests fail due to a network or destination server issue. Alloy will automatically retry to send a webhook 10 times with exponential backoff, which means we wait a little longer between each retry.
Webhook Logs
You can view a real-time log of all webhook attempts, both successful and failed, in the settings section of your Alloy dashboard.
Each log shows the following details
- Time - The timestamp Alloy made the request to the client's webhook server
- Name - The name set when creating the webhook
- Event - Webhook event type that triggered the webhook request
- Attempt - The number of retries Alloy has attempted. You can click into each specific retry in it's own log
- Endpoint - Webhook URL the request was sent to
- Response - HTTP Response Code returned when making the request
- Exception (if applicable) - Error message if something goes wrong
- Payload Content - Click on a specific log to see more details, including all previous attempts for a webhook
See this help article for more information on Alloy's webhook logs.
Updated about 2 months ago