Before you start
- Your Webflow workspace must be on a plan that includes the CMS API (Workspace plans with CMS hosting). Free workspaces can read but cannot create CMS items.
- The Webflow site must have been published at least once from the Designer. Webflow rejects live CMS publishes if the site has never been published.
- A CMS Collection for blog posts must exist on the site. If you don’t have one, create it in Webflow Designer → CMS → New Collection (recommended fields below).
Step 1 — Generate a Webflow API token
- In Webflow, open the site you want to connect.
- Go to Site Settings → Apps & Integrations → API Access. You’ll see this:

Webflow Site Settings → Apps & Integrations → API access section
- Click the blue “Generate API token” button on the right — NOT “Generate V1 token”. V1 tokens use Webflow’s legacy API which theStacc doesn’t support.
- On the next screen, name the token
theStaccand set permissions exactly like this — Webflow shows a dropdown for each scope. The two scopes that need access are CMS and Sites; everything else stays on None.
Webflow’s UI labels (e.g. “Read and publish”) are friendlier names for the underlying scopes. The token Stacc actually receives carries the API scopes shown in the right column. Source: Webflow Data API scopes reference.
- Click Generate token and copy it immediately — Webflow won’t show it again. The token must be 10 to 500 characters (real Webflow tokens fall well within that range).
Step 2 — Connect in theStacc
- In theStacc, open Content SEO → Settings → Publishing and toggle Webflow on.
- Paste the token, give the integration a friendly name, and click Continue.
- Select your Webflow site from the dropdown.
- Select the CMS collection where blog posts should land.
- Map theStacc fields to your Webflow collection fields:
- Required: Title, Content, Slug
- Optional: Featured Image, Meta Description, Excerpt, Tags, Author, Category, Published Date, Is Featured
- Auto-mapping fills most of these based on field-name matches — review and adjust.
- Choose a publishing behavior:
- Publish Immediately — items go live the moment theStacc publishes them; theStacc also re-publishes the site so they appear on the live URL. This is the default for a new Webflow connection.
- Save as Draft — items appear in Webflow as drafts; you publish manually.
- Stage for Review — items are created and ready to publish; you press Publish in Webflow Designer.
- Click Create Integration.
Changing Webflow settings later (no token re-entry)
Open the connected Webflow integration’s Edit settings to change the publishing behavior, the selected site or collection, or your field mappings — without re-pasting the API token. For security, theStacc masks the saved token and never shows it back to you, so the edit form simply leaves it untouched unless you deliberately paste a new one. If you do paste a new token, theStacc validates it against Webflow before saving. A typo or a revoked token is rejected with a clear message (“Webflow API token is invalid or expired…” or “…lacks required scopes (sites:read, cms:read, cms:write)”) so a bad token can never silently replace your working one.Recommended CMS collection fields
Webflow blog templates often use Reference / Multi-reference fields for Categories, Tags, and Authors. theStacc cannot yet auto-create the referenced items, so use Plain text fields for these for now.
Verify
After saving the integration, click Test Connection. A green check confirms the token works and the collection is reachable.Troubleshooting
- “Invalid API token” — token wrong, expired, or revoked. Generate a new one and update the integration.
- “No CMS collections found” — the site has no CMS collections. Create one in Designer first.
- “Item with this slug already exists” — a post with that slug was already published. Edit the slug or delete the existing item in Webflow.
- Post published but URL returns 404 — most often the site has never been published from the Designer, or you’re using a custom domain whose DNS hasn’t propagated. Open Webflow Designer and click Publish at least once.
- “409 Site not published” on first publish — Webflow rejects live CMS publishes on un-published sites. theStacc automatically falls back to staged item creation. Publish your site once in Designer; future live publishes work directly.
- 403 Forbidden when creating items — the workspace plan doesn’t include CMS API access. Upgrade to a Workspace plan with CMS hosting.
What gets sent to Webflow
theStacc sendsPOST https://api.webflow.com/v2/collections/{id}/items/live (or /items for staged) with your mapped fields plus the required name and slug. No source code, design changes, or custom integrations are needed on the Webflow side.