Hi folks, I hope everyone is doing fine
I have a scenario-based doubt, please guide me
So I have to call 5 API (Post method)
As an output, Ill receive a specific mail from the server & i have to read that mail before triggering next API call
so the catch is after 1 API call is made, as an output it usually takes 30-40mins randomly for that email to come
so what logic or activity can I use so that, after each API calls my bot should wait for that time till the email arrives then it should trigger the next API calls