If i make a post request the response returns an url, which i want to use to open a website. Is there a possibility to do this automatically in Postman?
You can make a subsequent GET request to that URL, but this will run in the Postman Sandbox and scripting will be disabled.
If you want to open it outside of Postman in a browser, you can just click on the link, but I don’t think you can automate this.