# GiftCardRecipientInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to add a recipient to a gift card.

### Access Scopes



## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the customer who will be the recipient of the gift card. Requires `write_customers` access_scope.
* [message](/docs/api/admin/2025-01/scalars/String): String - The personalized message intended for the recipient.
* [preferredName](/docs/api/admin/2025-01/scalars/String): String - The preferred name of the recipient.
* [sendNotificationAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime - The scheduled datetime on which the gift card will be sent to the recipient. The gift card will be sent within an hour of the specified datetime.


## Input objects with this input object
* [GiftCardCreateInput](/docs/api/admin/2025-01/input-objects/GiftCardCreateInput)
* [GiftCardUpdateInput](/docs/api/admin/2025-01/input-objects/GiftCardUpdateInput)


## Examples