I am running a collection runner in a loop with data file. I have to make a hit to three apis consecutively but When the third api runs, I need to schedule another api with same request after 15 mins. How can I do this with postman?
P.S= I want to run my api asynchronously in postman without blocking the other apis which are calling in a loop.
So, I wasn't able to call my api asynchronously in postman.
Therefore I made a node app with the module
**newman**
. With the help of newman I can call two collections consecutively (or after 10 minutes depending on the usecase)