Help

Attachment Images to Webflow (via Make)

146 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Tobias_LGKR
7 - App Architect
7 - App Architect

Hi everybody,

How would you go about sending an image from an Airtable attachment field to an image field in a Webflow collection item.

I have set up a scenario in Make using a webhook. Works great so far for all the text based fields, checkboxes, etc.

But I can not figure out, how to pass on the required image URL, so I can map it in Make.

Does anyone here have make scenarios with images running?

Thank you for your help!

1 Reply 1
Sachin_191
5 - Automation Enthusiast
5 - Automation Enthusiast

 

  1. Extract the Image URL from Airtable: When you set up your Airtable module in Make, ensure you're extracting the URL of the attachment. Airtable provides the attachment URL in the data, which you can retrieve using a 'Retrieve Record' module.

  2. Prepare the Webhook and Map the Image URL: Make sure your webhook is set up to receive data from Airtable. The image URL should be part of the data payload sent by the webhook.

  3. Use Webflow's API to Upload the Image: In the Make scenario, use the Webflow module to create or update a collection item. You will map the extracted image URL from Airtable to the corresponding image field in the Webflow collection.