Connect your Webflow CMS to Wrodium for AI-powered content optimization.
Created date:
Dec 5, 2025
Updated date:
Dec 11, 2025
Prerequisites
Webflow account with CMS plan or higher
A CMS Collection with content to optimize
API access (available on all paid plans)
Setup Steps
Step 1: Generate an API Token
Go to your Webflow Account Settings
Navigate to Integrations → API Access
Click Generate API Token
Select the following scopes:
cms:read→ Read collection itemscms:write→ Update collection items
Copy the generated token
Step 2: Find Your Collection ID
Open your Webflow project
Go to CMS Collections
Click on the collection you want to connect (e.g., "Blog Posts")
The Collection ID is in the URL:
https://webflow.com/dashboard/sites/.../cms-collection-pages/{COLLECTION_ID}
Alternatively, use the API:
Step 3: Map Your Fields
Webflow uses unique field IDs. You'll need to map these to Wrodium's expected fields.
Get your collection's field schema:
Note the field IDs for:
Title field (e.g.,
BnNuS2i3o)Content field (e.g.,
eDniSM8L9)Excerpt field (e.g.,
DmV2tOwlJ)Published date field (e.g.,
vUvFzeUxy)URL/slug field (optional)
Step 4: Configure Wrodium
Go to Settings → CMS Connection in Wrodium
Select Webflow as your provider
Enter your configuration:
Field | Value |
|---|---|
API Token | Your Webflow API token |
Collection ID | Your CMS collection ID |
Title Field ID | Field ID for title |
Content Field ID | Field ID for body/content |
Excerpt Field ID | Field ID for excerpt |
Published Date Field ID | Field ID for publish date |
Click Test Connection then Save
Configuration Schema
API Behavior
Listing Articles
Wrodium fetches live items via:
Updating Articles
Updates use a PATCH request to preserve existing fields:
Request body:
Status Mapping
Webflow Status | Wrodium Status |
|---|---|
|
|
|
|
Both |
|
Multi-Locale Support
For Webflow sites with localization:
Troubleshooting
"401 Unauthorized" Error
Your API token may have expired
Check that the token has
cms:readandcms:writescopes
"404 Not Found" Error
Verify the Collection ID is correct
Ensure you're using API v2 endpoints
Field Updates Not Appearing
Webflow's live API updates published content directly
Clear your Webflow cache if changes don't appear
Check if Webflow's CDN needs time to propagate
Rich Text Formatting Issues
Webflow's rich text fields accept HTML but may strip certain tags. Supported tags:
Headings:
<h1>through<h6>Paragraphs:
<p>Lists:
<ul>,<ol>,<li>Links:
<a href="...">Formatting:
<strong>,<em>Blockquotes:
<blockquote>




