---
title: Webflow API Integration on Truto
slug: webflow
category: Default
canonical: "https://truto.one/integrations/detail/webflow/"
---

# Webflow API Integration on Truto



**Category:** Default  
**Status:** Generally available

## Unified APIs

### Unified Forms API

- **Forms** — 
- **Responses** — 
- **Users** — 
- **Workspaces** — The Workspace object is used to represent a workspace in the e-sign application.

### Unified Knowledge Base API

- **Collections** — 
- **Page-Content** — Represents the content of a page
- **Pages** — Represents the pages, posts, articles in a knowledge base

### Unified User Directory API

- **Groups** — Groups are a collection of users in the source application. In some applications, they might also be called Teams.
- **Users** — The User object represents a User.
- **Workspaces** — Workspaces represent concepts like teams, workspaces, projects in apps that support them

## How it works

1. **Link your customer's Webflow account.** Use Truto's frontend SDK; we handle every OAuth and API key flow so you don't need to create the OAuth app.
2. **Authentication is automatic.** Truto refreshes tokens, stores credentials securely, and injects them into every API request.
3. **Call Truto's API to reach Webflow.** The Proxy API is a 1-to-1 mapping of the Webflow API.
4. **Get a unified response format.** Every response uses a single shape, with cursor-based pagination and data in the `result` field.

## Use cases

- **Route Webflow form submissions directly into your SaaS** — If you're building a CRM, marketing automation, or lead management tool, offering a native Webflow integration lets your customers capture leads from their beautifully designed Webflow forms without embedding third-party iframes or relying on Zapier. Truto's Unified Forms API maps Webflow form submissions, forms metadata, and site context into a consistent schema.
- **Publish structured content to Webflow CMS from your platform** — SaaS products that manage content — job boards, helpdesks, event platforms, real estate listings — can push records directly into Webflow CMS Collections so customers see them rendered on their branded website. Truto's Unified Knowledge Base API normalizes Webflow Collections and page content alongside other CMS targets.
- **Sync user access and memberships from your subscription platform** — If you manage billing tiers, community access, or gated content entitlements, a Webflow integration lets you programmatically invite users, update access groups, and revoke permissions on your customer's Webflow Memberships site. Truto's Unified User Directory API provides a standard interface for users, groups, and workspaces.
- **Aggregate workspace and site data for multi-tenant dashboards** — Agency tools and multi-site management platforms can pull Webflow workspace and user information to give their customers a consolidated view of all connected Webflow properties, permissions, and activity — without building bespoke API plumbing for each customer.

## What you can build

- **Instant lead capture from native Webflow forms** — Automatically ingest Webflow form submissions into your SaaS as contacts or leads, with full field mapping and no customer-side setup beyond authenticating their Webflow account.
- **One-click CMS publishing for structured records** — Let your users map internal records — job posts, help articles, product listings — to a Webflow CMS Collection and publish or archive them directly from your product's UI.
- **Membership access group sync** — Automatically update a Webflow user's access group when their subscription tier changes in your platform, unlocking or restricting gated content in real time.
- **User invite and provisioning workflow** — Invite new members to a customer's Webflow Memberships site and assign them to the correct access group as part of your onboarding or enrollment flow.
- **Content diff and localization pipeline** — Pull Webflow CMS page content through the Unified Knowledge Base API, run it through your translation or review engine, and push localized versions back into the corresponding collection fields.
- **Workspace-level analytics and user audit** — Surface a unified view of all Webflow workspaces, collaborators, and their roles inside your agency management or governance dashboard.

## FAQs

### How does authentication work for connecting a customer's Webflow account?

Webflow uses OAuth 2.0. Truto handles the full OAuth flow — your end user authorizes access through Webflow's consent screen, and Truto manages token storage and refresh so you never deal with credentials directly.

### Which Truto Unified APIs cover Webflow today?

Webflow is mapped to three Unified APIs: the Unified Forms API (Forms, Responses, Users, Workspaces), the Unified Knowledge Base API (Collections, Page-Content, Pages), and the Unified User Directory API (Groups, Users, Workspaces). Specific tools beyond these are built on request.

### Does Truto handle Webflow's API rate limits?

Yes. Truto manages pagination and respects Webflow's rate-limit headers automatically, so your application doesn't need to implement retry logic or backoff strategies for Webflow-specific throttling.

### Can I read and write CMS Collection Items, or is it read-only?

The Unified Knowledge Base API supports both reading and writing. You can list collections, retrieve page content, and create or update items in a Webflow CMS Collection — the exact operations available depend on the resources configured for your Truto environment.

### What about Webflow e-commerce data like products and orders?

E-commerce objects (Products, Orders, Inventory) are not currently covered by the listed Unified APIs. If you need these, Truto can build the required tools on request to match your specific use case.

### How fresh is the data when reading from Webflow through Truto?

Reads through Truto hit Webflow's API in real time by default, so you get the latest data on every call. For event-driven freshness — such as reacting to new form submissions — webhook-based flows can be configured to push data as soon as Webflow fires the event.
