Zapier
Automate workflows between Webflow and other apps
Native integration with Webflow Designer and CMS
Seamlessly integrate Flowdrive with your Webflow projects for unlimited file hosting and video streaming.
Follow these simple steps to connect Webflow with Flowdrive and start hosting unlimited files.
Link your Webflow account to Flowdrive
Set up automatic asset management
Connect your CMS to Flowdrive
Set up branded file delivery
See how to implement Flowdrive integration in your Webflow projects with these code examples.
Automatically sync assets between Webflow and Flowdrive
// Webflow Asset Manager Integration
const flowdrive = new Flowdrive({
apiKey: 'your-api-key',
webflowSite: 'your-site-id'
});
// Upload asset to Flowdrive
const asset = await flowdrive.assets.upload({
file: fileInput.files[0],
folder: 'webflow-assets',
optimize: true
});
// Update Webflow asset reference
await webflow.assets.update(assetId, {
url: asset.url,
optimized: true
});Handle file uploads in CMS collections
// CMS Collection File Upload
const handleFileUpload = async (file, collectionId, itemId) => {
// Upload to Flowdrive
const uploadedFile = await flowdrive.files.upload({
file: file,
collection: collectionId,
item: itemId
});
// Update CMS item
await webflow.collections.items.update(collectionId, itemId, {
'file-field': uploadedFile.url,
'file-size': uploadedFile.size,
'file-type': uploadedFile.type
});
};Enhance your Webflow projects with unlimited file hosting and professional video streaming.
No need to leave Webflow to manage your files and videos
Files are automatically optimized for web delivery
No more surprise charges or bandwidth limits
Deliver files through your own branded domain
Enhance your Webflow workflow with these complementary integrations.
Automate workflows between Webflow and other apps
Add membership features to your Webflow site
Process payments for your Webflow projects
Flowdrive works seamlessly with Webflow, and also powers static sites, headless CMS, and Jamstack projects. Flexibility built for growing agencies.
Unlimited video & file hosting, blazing-fast delivery, fully branded for your clients.