Site Publish

Payload

The payload of this webhook request is an object.
triggerTypestringOptional

The type of event that triggered the request

payloadobjectOptional

The payload of data sent from Webflow

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "string",
3 "payload": {
4 "siteId": "string",
5 "publishedOn": "2023-01-01T00:00:00Z",
6 "domains": [
7 "string"
8 ],
9 "publishedBy": {
10 "string": {}
11 }
12 }
13}