POST
/
webhooks
/
{webhookId}
/
events
/
{eventId}
curl --request POST \
  --url https://api.tally.so/webhooks/{webhookId}/events/{eventId} \
  --header 'Authorization: Bearer <token>'

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

The ID of the webhook

eventId
string
required

The ID of the webhook event to retry

Response

204

Webhook event retry initiated successfully