Is it possible to make a schedule that Postman executes request?

kostas picture kostas · Jun 28, 2017 · Viewed 18.8k times · Source

I am using Postman to run a Runner on some specific requests. Is it possible to create a schedule to execute (meaning every day on specific hour)?

Answer

daBigBug picture daBigBug · Dec 19, 2018

You can set up a Postman Monitor on your collection, and schedule it to execute the request each minute/hour/weekly basis.

This article can get you started on creating your monitor. Postman allows 1000 monitoring requests for free per month.

PS: Postman gives you details about the responses as in No. of successful requests, response codes, response size etc. I wanted the actual response for my test. So I just printed the response body as shown below. Hope it helps someone out there :)

enter image description here