Dear all,
I am looking for the way I can send batch requests via Postman. I found plenty of articles in the internet about how to send batch requests via Postman. But all of them implied creating a request where all the values of the Body parameters are dynamic. It is suggested to use Postman Collection Runner, to upload a JSON/CSV file when running the collection which will contain an array of the values for each request.
But this doesn’t really correspond to my needs. I would like to be able to upload a file (JSON) which will be an array of several elements (elements not necessary identical in terms of the profile) and I need the Postman to split this array into the elements and to send each element separately to the same end-point. So I am basically ready to compose each request including the values manually, but I want to avoid sending each request manually via Postman. So I would like to upload 1 big JSON array containing dozens of this request and Postman just needs to split this array into elements and to send them consequently to the request end-point.
Could you please advise if that is possible.
Thank you in advance,
With kind regards,
Olga