Site Publish

Payload

The payload of this webhook request is an object.
sitestringOptional

The site id that was published

publishTimedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp of the publish event

domainslist of stringsOptional

The domains that were published

publishedBymap from strings to anyOptional

The name and id of the user who published the site

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "site": "62749158efef318abc8d5a0f",
3 "publishTime": "2024-01-15T09:30:00Z",
4 "domains": [
5 "my-website.webflow.io"
6 ],
7 "publishedBy": {
8 "name": "Some One",
9 "id": "123460a7b6c16def4527122d"
10 }
11}