resendWebhookDelivery
Rejected when the delivery is older than 30 days, when its payload was stored truncated, or when the endpoint is currently disabled.
resendWebhookDelivery(
webhookId: ID!
id: ID!
): WebhookDelivery!
Arguments
resendWebhookDelivery.webhookId ● ID! non-null scalar
resendWebhookDelivery.id ● ID! non-null scalar
Type
WebhookDelivery object
One record per delivery, updated in place as retries proceed — not one record
per attempt. status is PENDING both before the first attempt and between
retries, and only becomes FAILED once the retry chain is exhausted, so a
delivery that is still being retried is never reported as failed.
Was this page helpful?