Read and retry failed webhook deliveries through API
Use webhook.retry_queue and webhook.retry_now to monitor and manually retry failed outbound webhook delivery from your external app.
Actions
- webhook.retry_queue returns pending, sent, or failed retry items.
- webhook.retry_now sends one queued item immediately using queue_id.
When to use
Use this when n8n or an external app was offline and you want a dashboard button to retry failed event delivery.
Logs
Manual retry attempts also create outbound logs so developers can inspect the payload and response.