Skip to main content
Open the webhook sync and select Deliveries. The latest attempt shows the response code, duration, and error returned by your endpoint.

Common failures

Redbark splits large syncs into requests of up to 500 records. Your endpoint should validate and acknowledge the request quickly, then move expensive processing to a queue or background job.

Re-enable the destination

A failed delivery batch disables the destination to prevent a failure loop. Fix the endpoint first, then use Re-enable from the destination row. Delivery resumes on the next sync. If your endpoint returned success but failed to save the payload, use Replay webhook data.