For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesChangelog
ReferenceGuidesChangelog
  • v2 Migration
    • Webflow v1 API Deprecation Notice
    • Migrating to v2
  • Meta
    • GETAuthorized User
    • GETAuthorized Info
  • Sites
      • Form Submission
      • Site Publish
  • CMS
  • Ecommerce
LogoLogo
Resources
Get started
On this page
  • Trigger Type
  • Properties
  • Example
SitesEvents

Site Publish

Was this page helpful?
Previous

List Sites

Next
Built with

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

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}