The Webflow connector synchronizes CMS collection items from Webflow sites.
Authentication
OAuth — requires scopes: sites:read, cms:read
Webflow OAuth tokens do not support refresh. You may need to reconnect periodically.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Site | Selector / Input | Yes | Webflow site |
| Collection ID | Input | No | Specific collection (default: all) |
| Max Items | Input | No | Limit items |
How It Works
- Collection Discovery — Lists all CMS collections for the site
- Multi-Collection Traversal — Cursor encodes
{collectionIndex, offset, collections[]} - Item Fetching — Fetches items with field data and pagination
- HTML Handling — Converts rich text fields from HTML to plain text
Document Format
# Item Name
Collection: Collection Name
Field1: value1
Field2: value2Metadata Tags
| Tag | Type | Description |
|---|---|---|
| Collection Name | Text | CMS collection name |
| Last Modified | Date | Last updated or published date |
| Slug | Text | Item slug |

