Hi all,
I am integrating an API from a partner for which I have to make administrative declarations. For this I have to upload pictures of clothing items, which I want to automate in my app.
I have a POST to make for which I need to post an array of images (all at once), and I have trouble configuring that in MAKE using the HTTP modules.
Here are some screenshots of what I have in Make :
Amongst other fields I have the array photos
that I don’t know how to configure.
Here is a screenshot of the swagger of the API :
Has anyone got any tips or idea how to do that ?
Welcome to the Make community!
Perhaps you can try this Custom GPT that @rabin built.
Tired of deciphering documentation? Fed up with repetitive coding?
Let my custom-built GPTs do the work for you! Simply provide the required details, and you’ll receive a ready-to-paste HTTP module for Make.
No module? No problem! This tool streamlines your workflow by generating tailored HTTP modules, saving you time and effort. Perfect for both beginners and experienced users looking to accelerate their Make.com projects.
Try it out and simplify your integration process:
Share your experi…
You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules
API and Endpoints
Header and body
Multipart/form-data
OAuth 2.0
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Thanks for the tips, i was not able to solve my problem with it though
Here is what I have configured for now
I loop through items to get their pictures, and get as a result an array of pictures and picture names.
Then here is the HTTP call (updated) :
And i get the following error :
Any help would be great !!