Skip to main content
Version: 3.x

GiftCardSent

Event sent when gift card is e-mailed.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
type GiftCardSent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
giftCard: GiftCard
channel: String
sentToEmail: String
}

Fields

GiftCardSent.issuedAt ● DateTime scalar

Time of the event.

GiftCardSent.version ● String scalar

Saleor version that triggered the event.

GiftCardSent.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardSent.recipient ● App object

The application receiving the webhook.

GiftCardSent.giftCard ● GiftCard object

The gift card the event relates to.

GiftCardSent.channel ● String scalar

Slug of a channel for which this gift card email was sent.

GiftCardSent.sentToEmail ● String scalar

E-mail address to which gift card was sent.

Interfaces

Event interface


Was this page helpful?