Skip to main content
Version: 3.x

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

Time of the event.

AccountChangeEmailRequested.version ● String scalar

Saleor version that triggered the event.

AccountChangeEmailRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AccountChangeEmailRequested.recipient ● App object

The application receiving the webhook.

AccountChangeEmailRequested.redirectUrl ● String scalar

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

AccountChangeEmailRequested.user ● User object

The user the event relates to.

AccountChangeEmailRequested.channel ● Channel object

The channel data.

AccountChangeEmailRequested.token ● String scalar

The token required to confirm request.

AccountChangeEmailRequested.shop ● Shop object

Shop data.

AccountChangeEmailRequested.newEmail ● String scalar

The new email address the user wants to change to.

Interfaces

Event interface


Was this page helpful?