Trigger Type
site_publish
Properties
Field | Type | Description |
---|---|---|
site | string | The site id that was published |
publishTime | string | The timestamp of the publish event |
domains | [string] | The domains that were published |
publishedBy | object | The name and id of the user who published the site |
publishedBy.name | string | The full name of the person who published the site |
publishedBy.email | string | The email of the person who published the site |
Example
1 { 2 "site": "62749158efef318abc8d5a0f", 3 "publishTime": 1653619272801, 4 "domains": [ 5 "my-website.webflow.io" 6 ], 7 "publishedBy": { 8 "name": "Some One", 9 "id": "123460a7b6c16def4527122d" 10 } 11 }