Webflow
Business appsBearer tokencredential probe
Webflow Data API v2 — CMS collection items, site publishing and webhooks.
OCNORA ships 19 typed Webflow operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.webflow.com/v2 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when a Webflow site event arrives (form submission, CMS item, site publish, ecommerce order).trigger.webflow_event
Operations 19
- Create Collection ItemCreate one staged CMS item, or a batch of them, in a collection without publishing it.webflow.create_collection_item
- Create Live Collection ItemCreate a CMS item and publish it to the live site in the same call.webflow.create_live_collection_item
- Create WebhookRegister a webhook so a Webflow event — a form submission, a publish or a CMS item change — starts a workflow at the URL you give.webflow.create_webhook
- Delete Collection ItemDelete a staged CMS item from its collection.webflow.delete_collection_item
- Delete WebhookDelete a webhook registration so Webflow stops posting that event.webflow.delete_webhook
- Get CollectionRead one collection with its full field schema and field slugs.webflow.get_collection
- Get Collection ItemRead one CMS item, with every field value in its fieldData object.webflow.get_collection_item
- Get SiteRead one site's settings, custom domains, locales and last publish.webflow.get_site
- Get WebhookRead one webhook registration by id.webflow.get_webhook
- Get Authorization InfoRead which scopes, sites and workspaces this connection's token can reach.webflow.introspect_token
- List Collection ItemsList, filter and sort the staged items in a collection, including any unpublished changes.webflow.list_collection_items
- List CollectionsList the CMS collections that belong to a site.webflow.list_collections
- List Custom DomainsList the site's custom domains, whose ids a site publish needs as targets.webflow.list_custom_domains
- List Live Collection ItemsList the published items in a collection — what visitors currently see on the live site.webflow.list_live_collection_items
- List SitesList every Webflow site this connection's token is authorised for.webflow.list_sites
- List WebhooksList the webhook registrations on a site and when each last fired.webflow.list_webhooks
- Publish Collection ItemsPublish staged CMS items to the live site, reporting which ids published and which Webflow rejected.webflow.publish_collection_items
- Publish SiteQueue a publish of the site, or of one page, to the Webflow subdomain and any custom domains you name.webflow.publish_site
- Update Collection ItemUpdate a CMS item's field values, or its draft and archived state, leaving the fields you do not send untouched.webflow.update_collection_item
More in Business apps
Run your first Webflow workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.