Is there an integration available for Webflow CMS that can automatically import .txt file content generated by Zimmwriter at scale, similar to the Wordpress plugin mentioned in the link provided?

TL;DR
  • Webflow lacks native support for importing .txt files, but you can automate the process using Make, Zapier, or custom API workflows.  
  • Convert .txt files from Zimmwriter into structured data (CSV or JSON), then use automation to parse and push content into Webflow CMS or manually import via CSV.

Webflow does not currently support automated .txt file imports from Zimmwriter natively or via a direct plugin like the WordPress integration you mentioned. However, you can achieve similar functionality using third-party tools and custom workflows.

1. Understand Webflow CMS Limitations

  • Webflow CMS does not allow native file ingestion, particularly from formats like .txt, even in bulk.
  • All CMS item creation must be done manually, via CSV importAPI, or through external integrations (e.g., Make or Zapier).

2. Use a Workflow Automation Tool

To replicate WordPress plugin-like functionality, use tools like:

  • Make (formerly Integromat)
  • Zapier
  • Custom scripts using the Webflow CMS API

These tools can connect file storage services (like Dropbox, Google Drive, or even a desktop folder via Watchers) to trigger imports.

3. Convert .txt Files to Structured Data

  • Zimmwriter produces .txt files, but Webflow CMS requires structured data (fields like Name, Rich Text, Categories, etc.).
  • Before automation, convert the .txt content into a structured format such as:
  • CSV (for manual Webflow CMS import)
  • JSON (for API-based import)

4. Sample Workflow with Make (Integromat)

  • Step 1: Watch folder (e.g., Dropbox or Google Drive) for new .txt files.
  • Step 2: Parse the .txt content. You may need to use text parsing tools or custom scripts depending on Zimmwriter’s output format.
  • Step 3: Format the content into Webflow CMS structure.
  • Step 4: Use Webflow's "Create CMS Item" module in Make to push the content.

5. Alternatives: Use CSV Imports

  • If you're okay with semi-automation, a workable method is:
  • Run a batch process to convert .txt files to a formatted .csv file,
  • Then import the CSV into Webflow CMS (requires a CMS Collection with matching field names).

Summary

Webflow doesn’t have native or plugin-based support for importing Zimmwriter .txt files, but you can build a scalable workflow using Make or Zapier to watch folders, parse .txt content, and create CMS items through the Webflow API. If full automation is too complex, convert .txt to .csv and use Webflow’s CSV import tool.

Rate this answer

Other Webflow Questions