website.publish_failed
A website publish attempt failed after orchestration started.
stablev1websitescope: site_publish:read
Payload
Webhook deliveries use the common event envelope. The event-specific object is available at data.object.
events/public/payloads/website.publish_failed.v1.schema.jsonevents/public/examples/website.publish_failed.v1.jsondata.object fields
| Field | Type | Required | Description |
|---|---|---|---|
site_id | string | null | optional | pattern: ^site_[A-Za-z0-9]+$ |
draft_id | string | null | optional | pattern: ^site_[A-Za-z0-9]+$ |
failed_at | string | required | format: date-time |
error_type | string | null | optional |
Example
{
"api_version": "2026-06-09",
"created": "2026-06-09T12:00:00Z",
"data": {
"object": {
"draft_id": "site_Bbcdef1234567890Ghijk",
"error_type": "ValidationError",
"failed_at": "2026-06-09T12:00:00Z",
"site_id": "site_Abcdef1234567890Ghijk"
}
},
"environment": "test",
"id": "wevt_Abcdef1234567890Ghijk",
"livemode": false,
"object": "event",
"type": "website.publish_failed"
}{
"draft_id": "site_Bbcdef1234567890Ghijk",
"error_type": "ValidationError",
"failed_at": "2026-06-09T12:00:00Z",
"site_id": "site_Abcdef1234567890Ghijk"
}