# 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[​](#arguments "Enlace directo al Arguments")

#### [`resendWebhookDelivery.webhookId`](#webhook-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#webhook-id "Enlace directo al webhook-id")

#### [`resendWebhookDelivery.id`](#id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Enlace directo al id")

### Type[​](#type "Enlace directo al Type")

#### [`WebhookDelivery`](https://docs.monei.com/es/es/apis/graphql/types/objects/webhook-delivery/.md) object[​](#webhookdelivery- "Enlace directo al webhookdelivery-")

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.
