webhooks
Retrigger Webhook Log
Re-queue a webhook log for processing.
Resets a log row to pending=0 attempts so the backlog worker picks it up again. Atomic UPDATE WHERE status NOT IN (‘in_progress’, ‘pending’) prevents double-queueing.
Returns 202 on success. 409 detail=‘already_running_or_queued’ if the UPDATE touches no row. 404 if the log does not belong to the current user. 409 detail=‘subscription_inactive’ if the linked subscription is not active.
POST
Retrigger Webhook Log
Related topics
List Webhook LogsGet Webhook Log By IdGet Webhook Log BodyGet Webhook Log AttachmentWebhooksRetrigger Webhook Log