Webflow · Arazzo Workflow
Webflow Publish a Site
Version 1.0.0
Resolve a site, read its custom domains, and publish to those domains plus the Webflow subdomain.
Provider
Workflows
publish-site
Publish a site to its custom domains or the Webflow subdomain.
Lists sites, fetches the custom domains for the chosen site, and branches: when custom domains exist it publishes to the first one, otherwise it publishes to the default Webflow subdomain.
1
listSites
list-sites
List accessible sites to resolve a target site id.
2
getCustomDomains
get-custom-domains
Read the custom domains registered for the site and branch on whether any exist.
3
publishToCustomDomain
site-publish
Publish the site to the first registered custom domain. Returns HTTP 202 because publishing is queued asynchronously.
4
publishToSubdomain
site-publish
Publish the site to the default Webflow subdomain when no custom domains are registered. Returns HTTP 202 because publishing is queued.