I have a requirement where I need to first run API request using Postman and once request is successful, I need to run couple of shell scripts.
I can run the scripts manually but ideally I want postman/newman to automatically run the shell script once API request is successful.
Any help on this would be really appreciated.