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 miscellaneous

Time of the event.

AccountConfirmationRequested.version ● String scalar miscellaneous

Saleor version that triggered the event.

AccountConfirmationRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

AccountConfirmationRequested.recipient ● App object apps

The application receiving the webhook.

AccountConfirmationRequested.redirectUrl ● String scalar miscellaneous

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

AccountConfirmationRequested.user ● User object users

The user the event relates to.

AccountConfirmationRequested.channel ● Channel object channels

The channel data.

AccountConfirmationRequested.token ● String scalar miscellaneous

The token required to confirm request.

AccountConfirmationRequested.shop ● Shop object miscellaneous

Shop data.

Interfaces

Event interface miscellaneous