Skip to main content
Anchor to giftCardSendNotificationToRecipient

giftCardSendNotificationToRecipient

mutation

Requires write_gift_cards access scope.

Sends a notification to the designated recipient of a gift card, delivering the gift card code and redemption instructions. The notification is delivered using the recipient's available contact method. Use this to deliver or re-deliver the gift card to the intended recipient.

•ID!
required

The ID of the gift card to send.


Was this section helpful?

Anchor to GiftCardSendNotificationToRecipientPayload returnsGiftCardSendNotificationToRecipientPayload returns

•GiftCard

The gift card that was sent.

•[GiftCardSendNotificationToRecipientUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?