OCNORA

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

  • Event
    Start a run when a Webflow site event arrives (form submission, CMS item, site publish, ecommerce order).
    trigger.webflow_event

Operations 19

  • Create Collection Item
    Create one staged CMS item, or a batch of them, in a collection without publishing it.
    webflow.create_collection_item
  • Create Live Collection Item
    Create a CMS item and publish it to the live site in the same call.
    webflow.create_live_collection_item
  • Create Webhook
    Register 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 Item
    Delete a staged CMS item from its collection.
    webflow.delete_collection_item
  • Delete Webhook
    Delete a webhook registration so Webflow stops posting that event.
    webflow.delete_webhook
  • Get Collection
    Read one collection with its full field schema and field slugs.
    webflow.get_collection
  • Get Collection Item
    Read one CMS item, with every field value in its fieldData object.
    webflow.get_collection_item
  • Get Site
    Read one site's settings, custom domains, locales and last publish.
    webflow.get_site
  • Get Webhook
    Read one webhook registration by id.
    webflow.get_webhook
  • Get Authorization Info
    Read which scopes, sites and workspaces this connection's token can reach.
    webflow.introspect_token
  • List Collection Items
    List, filter and sort the staged items in a collection, including any unpublished changes.
    webflow.list_collection_items
  • List Collections
    List the CMS collections that belong to a site.
    webflow.list_collections
  • List Custom Domains
    List the site's custom domains, whose ids a site publish needs as targets.
    webflow.list_custom_domains
  • List Live Collection Items
    List the published items in a collection — what visitors currently see on the live site.
    webflow.list_live_collection_items
  • List Sites
    List every Webflow site this connection's token is authorised for.
    webflow.list_sites
  • List Webhooks
    List the webhook registrations on a site and when each last fired.
    webflow.list_webhooks
  • Publish Collection Items
    Publish staged CMS items to the live site, reporting which ids published and which Webflow rejected.
    webflow.publish_collection_items
  • Publish Site
    Queue a publish of the site, or of one page, to the Webflow subdomain and any custom domains you name.
    webflow.publish_site
  • Update Collection Item
    Update a CMS item's field values, or its draft and archived state, leaving the fields you do not send untouched.
    webflow.update_collection_item

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.