How can I implement a conditional image upload workflow?

Forgot to add a screenshot:


Is there maybe an option to upload media from image url instead of using http get?

The upload of images seem fine, because the first twitter module worked fine and returned an array of IDs.

One other to try and understand what happened is to run the scenario with the Integromat dev tool enabled.

Can you try and install this chrome tool: https://chromewebstore.google.com/detail/integromat-devtool/ainnemkhpnjgkhcdkfbhmlenkhehmfhi
You activate it, and then you open the Chrome Dev Tools and go to the “Integromat” tab.

2024-06-24_14-54-25 (1)

Then, you can run the scenario. You will see all the calls that happened.

Here is an example

You will be able to see the request that was sent when Make tried to call your last Twitter module. Like this, we can try and see the format of what was sent and compare with their API documentation.

Benjamin

1 Like

Hello @Benjamin_from_Make and @pipasgonzalez Thank you very much for this interaction, it was exactly what I needed

I followed the instructions to succesfully connect iterator - aggregator - Instagram to post Carousels of different amount of images.

However when a Video comes in the JSON Instagram Errors because the mapped variable is named ‘photo_url’ and it does not match the required ‘video_url’

¿What would be the best way to handle the dinamic variable name, or to load both variables in the array bundle before the Instagram Module?


1 Like

Hello @Ale_Morale! Welcome to the Make Community!

Your question is really good and valid! And it raised a tricky situation we can workaround, but it would be better that we start a new Topic on the subject. Would you please start a new Topic, mention this topic, and add again your questions?

And I’ll answer you there :slight_smile:

Thanks,

Benjamin

3 Likes