Content strategists






Create the content structures you need, add content (by hand, from a CSV, or via our API), then design it visually. Finally, a content management system that works for editors, designers, and developers.
Design around your real content, without relying on developers.
Write, edit, and update content right on the page, then publish in a click.
Create custom content types and structures to meet your strategy's unique needs.
Add, update, delete, or publish right from your terminal via our REST API.
CURL request:
curl https://api.webflow.com/collections/b8b745/items/c9b8b754 \
-H "Authorization: Bearer d59f6812bb0d77f23417b32" \
-H 'accept-version: 1.0.0'
JSON response:
"item": [
{
"post-name": "5 Principles Of Effective Web Design",
"post-body": "<h2>Earum laboriosam ab velit.<h2><p>Et aliquam fuga corporis sit assumenda culpa minima nostrum. Rerum corrupti cum quod laborum a. Non voluptatum ipsam ut et nostrum. Omnis deleniti hic est velit nemo et.</p>...<p>Iusto accusamus quia nisi rerum reiciendis minus quam debitis. Sit illo eos qui. Nisi et autem sequi.</p>",</h2></h2>
"post-summary": "Quo eligendi nihil quia voluptas qui. Non distinctio voluptatu",
"thumbnail-image": {
"fileId": "580e63ff8c9a982ac9b8b74d",
"url": "https://assets-global.website-files.com/59b8b744/588b74d_1477010-image3.jpg"
},
"main-image": {
"fileId": "580e63fe8c9a982ac9b8b749",
"url": "https://assets-global.website-files.com/58b8b744/580e6b749_1470257-image20.jpg"
},
JS request:
const webflow = new Webflow({ token: api_token }); // Promise const item = webflow.item({ collectionId: '580e63fc8c9a982ac9b8b745', itemId: '580e64008c9a982ac9b8b754' }); item.then(i => console.log(i));
JSON response:
"item": [
{
"post-name": "5 Principles Of Effective Web Design",
"post-body": "<h2>Earum laboriosam ab velit.<h2><p>Et aliquam fuga corporis sit assumenda culpa minima nostrum. Rerum corrupti cum quod laborum a. Non voluptatum ipsam ut et nostrum. Omnis deleniti hic est velit nemo et.</p>...<p>Iusto accusamus quia nisi rerum reiciendis minus quam debitis. Sit illo eos qui. Nisi et autem sequi.</p>",</h2></h2>
"post-summary": "Quo eligendi nihil quia voluptas qui. Non distinctio voluptatu",
"thumbnail-image": {
"fileId": "580e63ff8c9a982ac9b8b74d",
"url": "https://assets-global.website-files.com/59b8b744/588b74d_1477010-image3.jpg"
},
"main-image": {
Import content from an existing database.
Export content as JSON for use in other apps.
Integrate other data sources with Webflow.
Create custom webhooks to fire actions when items are added, updated, or deleted.
Have a mobile app? Pull CMS data into your native experience.
Connect your site to over 750 third-party services with Zapier — without coding
Import from Google Sheets — or create a new entry each time you publish a post.
Export all your content to a Google Sheet.
Automate social media by posting an update when you publish new content.
Populate and send emails with form and CMS data.
Feed form data directly into your CMS to surface user-generated content.