Skip to main content

AccountChangeEmailRequested

Event sent when account change email is requested.

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

Fields

AccountChangeEmailRequested.issuedAt ● DateTime scalar miscellaneous

Time of the event.

AccountChangeEmailRequested.version ● String scalar miscellaneous

Saleor version that triggered the event.

AccountChangeEmailRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

AccountChangeEmailRequested.recipient ● App object apps

The application receiving the webhook.

AccountChangeEmailRequested.redirectUrl ● String scalar miscellaneous

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

AccountChangeEmailRequested.user ● User object users

The user the event relates to.

AccountChangeEmailRequested.channel ● Channel object channels

The channel data.

AccountChangeEmailRequested.token ● String scalar miscellaneous

The token required to confirm request.

AccountChangeEmailRequested.shop ● Shop object miscellaneous

Shop data.

AccountChangeEmailRequested.newEmail ● String scalar miscellaneous

The new email address the user wants to change to.

Interfaces

Event interface miscellaneous