Advanced Send : repeat on interval, send after delay
Improvement
Coming from Insomnia, I use the feature to repeat a request a lot, as we work with async APIs that deliver a job ID. We then need to poll this ID.
I realize clicking again and again on Send is a pretty easy workaround, but I feel like this is a much cleaner solution, and it allows to move on something else in another window while keeping an eye on the running job.
Could be nice to also have a way to send one request every X amount of time until a certain response is given as a reply.
Use case: I’m working with an API that launches a task in the background. That task can take anywhere from 5 minutes to a few hours, so having something that would stop the poll once certain body elements and values are present would be nice.