How to Connect Webflow to Writelio
Push articles into a Webflow CMS Collection with fields mapped automatically.
Connect Writelio to Webflow and publish articles straight into a CMS Collection — Writelio auto-detects your content, meta and image fields and sanitises the HTML for Webflow’s Rich Text. Connection uses a Webflow API token with CMS access.
Before you start
- A Webflow site on a paid Site plan with CMS hosting.
- A blog/article CMS Collection (with at least a rich-text content field).
- Workspace permission to create an API token.
What you’ll need from Webflow
Connect Webflow in 4 steps
In Webflow, open Site settings → Apps & integrations → API access and click Generate API token. Give it CMS read and write permission and copy the token.
In Integrations, open the Webflow card → Configure, paste the API Token and your Site URL, and click Save.
In the editor, open Share & Publish → Webflow. Pick the target CMS Collection; Writelio fetches its schema and auto-detects which fields hold the content, meta description and image. Adjust the mapping if needed.
Click Test to confirm access, then Publish. Choose Live to publish the Collection item immediately, or Draft to stage it in Webflow for review.
What gets published
Publishing to Webflow creates a CMS Collection item with:
- Name / slug — from your article title.
- Rich-text body — HTML sanitised for Webflow:
<figure>blocks become native images, scripts, base64 and inline handlers are stripped, and the first<h1>is dropped (Webflow renders the title separately). - Meta description & main image — mapped to the fields you selected.
- Publish state — pushed live via the Collection API, or left as a draft item.
Use the editor’s Webflow Debug view to preview the exact payload before publishing.