I have thousands of different json text documents. I make a post request with a json body every 45 minutes and I wondered if I can make this automated? I searched online and it looks like it can be done with Collections and Monitors? Iโm not sure.
I tried to create collections and monitors on postman but I donโt know how postman is going to get json text documents from my pc.
Can someone give me some information about this please?
If you were able to concatenate the json files together into one json file you could use the collection runner to run each of the object of the base array with a 45 min delay.