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

# giftCardResend Mutation

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
giftCardResend(
  input: GiftCardResendInput!
): GiftCardResend
```

Details

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

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`GiftCardResendInput!`](/api-reference/gift-cards/inputs/gift-card-resend-input.md)

Fields required to resend a gift card.

<a id="type"></a>

### Type

<a id="giftcardresend"></a>

#### [`GiftCardResend`](/api-reference/gift-cards/objects/gift-card-resend.md)

Resend a gift card.

Requires the MANAGE\_GIFT\_CARD permission.

Triggers the following webhook events:

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