Skip to main content

AccountConfirmationRequested

Event sent when account confirmation requested. This event is always sent. enableAccountConfirmationByEmail flag set to True is not required.

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

Fields

AccountConfirmationRequested.issuedAt ● DateTime scalar

Time of the event.

AccountConfirmationRequested.version ● String scalar

Saleor version that triggered the event.

AccountConfirmationRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AccountConfirmationRequested.recipient ● App object

The application receiving the webhook.

AccountConfirmationRequested.redirectUrl ● String scalar

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

AccountConfirmationRequested.user ● User object

The user the event relates to.

AccountConfirmationRequested.channel ● Channel object

The channel data.

AccountConfirmationRequested.token ● String scalar

The token required to confirm request.

AccountConfirmationRequested.shop ● Shop object

Shop data.

Interfaces

Event interface