PageCreated Object
Event sent when new page is created.
type 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.