Integrations
Webflow
Publish articles to your Webflow CMS collection using the Webflow Data API and an API token.
Prerequisites
- A Webflow account with a CMS plan or higher
- A CMS Collection set up for blog posts (with at least a name, slug, and rich-text body field)
Step-by-step setup
- In your Webflow dashboard, go to Account Settings → Integrations
- Under API Access, click Generate API Token
- Copy the token
- Find your Site ID: open your site settings — the ID is shown in the URL or under General settings
- Find your Collection ID: open the CMS collection you want to publish to — the ID is in the URL (
/collections/COLLECTION_ID) - In Outclimb, go to Settings → Integrations and select Webflow
- Enter your API Token, Site ID, and Collection ID
- Optionally configure Field Mapping if your collection schema uses non-default field slugs
- Click Test Connection, then Save
Required fields
| Field | Description |
|---|---|
| API Token | Your Webflow API token from step 3 |
| Site ID | The unique identifier for your Webflow site |
| Collection ID | The CMS Collection to publish articles into |
| Field Mapping (optional) | Map Outclimb fields to your collection schema if field slugs differ from defaults |
What gets published
- Name (title) and Slug
- Rich-text body — the article content in Webflow-compatible HTML
- Post summary / excerpt
- SEO meta title and description
- Tags (if your collection has a tags reference field)
Troubleshooting
Field mapping mismatches
Outclimb expects default field slugs (name, slug, post-body,post-summary). If your collection uses different slugs, configure the Field Mapping in Outclimb's integration settings to match.
Collection schema errors
Your CMS Collection must have at minimum: a Name field, a Slug field, and a Rich Text field for the body. If any are missing, create them in Webflow before connecting.
Items don't appear on the live site
Webflow requires you to publish after CMS items are added via the API. Enable auto-publishing in your Webflow site settings, or publish manually after Outclimb pushes content.