PageCreated
Event sent when new page is created.
Added in Saleor 3.2type PageCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
page: Page
}
Fields
PageCreated.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
PageCreated.version
● String
scalar miscellaneous
Saleor version that triggered the event.
PageCreated.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
PageCreated.recipient
● App
object apps
The application receiving the webhook.
PageCreated.page
● Page
object pages
The page the event relates to.