How to send to/receive on Make multiple photos sent by Webhook?

Using Shortcuts with appleOS,
I want to send X number of my last pictures by webhook.
The purpose is then to use them in a prompt with Claude and/or GPT to get an opinion of the state of the house I inspected.
Until now, this is what it looks like on the Shortcuts app :

I’m getting completely lost with the next steps (once on make.com)
I would really appreciate your help !

:victory_hand:

You’re calling a Make Webhook.

To return data from a Scenario with a Webhook, you can use the Webhook Response module.

To do this, you can try using the Webhooks “Webhook response” module —

Creates a response to the webhook.

For more information, see https://www.make.com/en/integrations/gateway, and https://www.make.com/en/help/app/gateway in the help centre.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

Hi @samliew
Thanks for responding.

Perhaps I didn’t express correctly, I’m more looking on what are the steps I should create on the make site (after the make custom webhook, which is the trigger).
I am not looking to get a response back on the Apple, only to handle what I will be sending to Make.
Should I use http get a file (but for many files… but they dont have links, so i guess not)
should I use an iterator?
how can i decompress correctly the zip file containing a few pictures ?

Hey there,

the Extract an Archive module should work. Then after that, it depends on what you want to do with them and how they come out of the zip.