To automate image uploads and updates to Webflow CMS collection items from an Airtable base, you need an integration workflow that handles images properly, as Webflow requires image assets to be uploaded via a hosted URL. Here's how you can set it up:
Use Make (Integromat) for more detailed file handling, as Zapier has limited support for file uploads.
Steps in Make:
Trigger: Airtable → Watch Records
Set it to watch new/updated records.
Ensure the Image field outputs the full URL(s), e.g., attachments[0].url
.
HTTP Module: Get Image URL
Add an HTTP module to download the image binary using the URL in the Airtable record.
Set the Output as Binary and provide a suitable filename.
Webflow Module: Create/Update Item in Webflow CMS
Use either Create Live Item or Update Live Item.
For the image field in Webflow, set the Webflow image field to the output of the downloaded binary file.
Update other fields (name, description, etc.) as required.
To automate image uploads and updates from Airtable to Webflow, use Make.com to download the image from Airtable and upload it as binary to Webflow’s CMS. Ensure your Webflow collection has an Image field and that Airtable provides direct image URLs. Match items using a unique field or store the Webflow Item ID in Airtable.