Page
A list of available Duda Webhook Events.
Page
All webhooks related to page events are listed below.
Page Published
A notification is sent when a site page is published. A publish can be triggered inside the Duda editor. Event type: PAGE_PUBLISHED
{
"data": {
"pageUuid": "f408e3b0a2a04ecdb47dda40b42e45c5",
"pageAlias": "home"
},
"source": {
"type": "EDITOR",
"account_name": "[email protected]"
},
"resource_data": {
"site_name": "2dbf8579"
},
"event_timestamp": 1686864645790,
"event_type": "PAGE_PUBLISHED"
}
Name | Type | Description |
---|---|---|
data.pageUuid | string | The internal unique identifier of the published page. |
data.pageAlias | string | The title of the published page. It's used in the navigation of the site and pages menu. |
source.type | string | The location of the source for the publish event. Possible values are EDITOR |
source.account_name | string | If a publish was triggered through the editor, then this contains the account who initiated the publish |
Updated over 1 year ago