Skip to main content
Version: 3.x

AccountConfirmed

Event sent when account is confirmed.

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

Fields

AccountConfirmed.issuedAt ● DateTime scalar

Time of the event.

AccountConfirmed.version ● String scalar

Saleor version that triggered the event.

AccountConfirmed.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AccountConfirmed.recipient ● App object

The application receiving the webhook.

AccountConfirmed.redirectUrl ● String scalar

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

AccountConfirmed.user ● User object

The user the event relates to.

AccountConfirmed.channel ● Channel object

The channel data.

AccountConfirmed.token ● String scalar

The token required to confirm request.

AccountConfirmed.shop ● Shop object

Shop data.

Interfaces

Event interface


Was this page helpful?