Instagram import with Zapier to Webflow CMS

Guys and Girls,

Has anyone experience with Zapier/Instagram/Webflow?

I tried to make an import to the CMS, but its giving a error on images?

Kind regards,
Koen

Hi @Koen, I don’t think the image endpoint is already implemented.

See reference:
https://developers.webflow.com/#images

Take the img URL to the cms instead. And the use a code embed and add the url from the cms that way.

Makes sense?

3 Likes

Thanks Jorn and Sidney, this makes sense!
1 Question still!

Do you both add a #Linkfield in the CMS or do you use a #Textfield for the Link?

Thanks for this thread @SidneyOttelohe and @Koen, I’ve managed to pull it of by embedding the picture as a background DIV from the CMS-URL field data, as such:

<div style="background-image: url( ADD PURPLE FIELD REFERENCE HERE ); height: 200px; width: 100%; background-size:contain; background-position:center center;"></div>

This topic was automatically closed after 60 days. New replies are no longer allowed.