GiftCardSent
Event sent when gift card is e-mailed.
Added in Saleor 3.13This 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 miscellaneous
Time of the event.
GiftCardSent.version
● String
scalar miscellaneous
Saleor version that triggered the event.
GiftCardSent.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
GiftCardSent.recipient
● App
object apps
The application receiving the webhook.
GiftCardSent.giftCard
● GiftCard
object gift-cards
The gift card the event relates to.
GiftCardSent.channel
● String
scalar miscellaneous
Slug of a channel for which this gift card email was sent.
GiftCardSent.sentToEmail
● String
scalar miscellaneous
E-mail address to which gift card was sent.