> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryarchitect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Page version created

> Triggered when a new page version is created. The webhook payload contains details about the newly created page version including page ID, version ID, and creation timestamp.



## OpenAPI

````yaml /services/egress-webhook-service/openapi.yaml webhook page.version.created
openapi: 3.1.0
info:
  title: Architect - Egress Webhook Events
  description: >-
    Webhook events delivered by the Egress Webhook Service to subscribed
    endpoints
  version: 1.0.0
  contact:
    email: support@tryarchitect.com
    name: Architect
    url: https://tryarchitect.com
servers: []
security: []
paths: {}

````

## Related topics

- [Create webhook subscription](/docs/api-reference/webhook-subscriptions/create-webhook-subscription.md)
- [Update webhook subscription](/docs/api-reference/webhook-subscriptions/update-webhook-subscription.md)
- [List webhook subscriptions](/docs/api-reference/webhook-subscriptions/list-webhook-subscriptions.md)
- [Get webhook subscription](/docs/api-reference/webhook-subscriptions/get-webhook-subscription.md)
- [Page version processed](/docs/api-reference/webhooks/page-version-processed.md)
