Retry webhook event
Webhooks
Retrying webhook events
Retries sending a failed webhook event. This will attempt to deliver the webhook payload again to the configured endpoint.
POST
Retry webhook event
Documentation Index
Fetch the complete documentation index at: https://developers.tally.so/llms.txt
Use this file to discover all available pages before exploring further.
Failed webhook events are automatically retried up to 5 times with exponential backoff intervals
(5 minutes, 30 minutes, 1 hour, 6 hours, 24 hours) before being permanently dropped.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook
The ID of the webhook event to retry
Response
Webhook event retry initiated successfully