The information about the site(s) published

Trigger Type

site_publish

Properties

FieldTypeDescription
sitestringThe site id that was published
publishTime stringThe timestamp of the publish event
domains [string]The domains that were published
publishedBy objectThe name and id of the user who published the site
publishedBy.namestringThe full name of the person who published the site
publishedBy.emailstringThe email of the person who published the site

Example

{
    "site": "62749158efef318abc8d5a0f",
    "publishTime": 1653619272801,
    "domains": [
        "my-website.webflow.io"
    ],
    "publishedBy": {
        "name": "Some One",
        "id": "123460a7b6c16def4527122d"
    }
}