> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/gift-cards/llms.txt)
> Source: https://docs.saleor.io/api-reference/gift-cards/objects/gift-card-resend

# GiftCardResend Object

Resend a gift card.

Requires the MANAGE\_GIFT\_CARD permission.

Triggers the following webhook events:

-   NOTIFY\_USER (async): A notification for gift card resend.

```graphql
type GiftCardResend {
  giftCard: GiftCard
  errors: [GiftCardError!]!
}
```

<a id="fields"></a>

### Fields

<a id="gift-card"></a>

#### [`giftCard`](#gift-card) ● [`GiftCard`](/api-reference/gift-cards/objects/gift-card.md)

Gift card which has been sent.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[GiftCardError!]!`](/api-reference/gift-cards/objects/gift-card-error.md)

<a id="returned-by"></a>

### Returned By

[`giftCardResend`](/api-reference/gift-cards/mutations/gift-card-resend.md) mutation
