I have created postman collection for unit testing of APIs. I need to handle below scenario.
My second API generates OTP and sends it over email but its not part of response. I want to pass that OTP in request body of 3rd API.
I am executing postman collection using Collection Runner. Is there any way I can pause the execution and set this environment variable and then resume. Or any other better option. Please suggest.