Skip to main content

AccountEmailChanged

Event sent when account email is changed.

Added in Saleor 3.15
type AccountEmailChanged implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
redirectUrl: String
user: User
channel: Channel
token: String
shop: Shop
newEmail: String
}

Fields

AccountEmailChanged.issuedAt ● DateTime scalar miscellaneous

Time of the event.

AccountEmailChanged.version ● String scalar miscellaneous

Saleor version that triggered the event.

AccountEmailChanged.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

AccountEmailChanged.recipient ● App object apps

The application receiving the webhook.

AccountEmailChanged.redirectUrl ● String scalar miscellaneous

The URL to redirect the user after he accepts the request.

AccountEmailChanged.user ● User object users

The user the event relates to.

AccountEmailChanged.channel ● Channel object channels

The channel data.

AccountEmailChanged.token ● String scalar miscellaneous

The token required to confirm request.

AccountEmailChanged.shop ● Shop object miscellaneous

Shop data.

AccountEmailChanged.newEmail ● String scalar miscellaneous

The new email address.

Interfaces

Event interface miscellaneous