Skip to main content
Version: Canary 🚧

PageCreated

Event sent when new page is created.

Added in Saleor 3.2
type PageCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
page: Page
}

Fields

PageCreated.issuedAt ● DateTime scalar

Time of the event.

PageCreated.version ● String scalar

Saleor version that triggered the event.

PageCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PageCreated.recipient ● App object

The application receiving the webhook.

PageCreated.page ● Page object

The page the event relates to.

Interfaces

Event interface


Was this page helpful?