Implement an Open with Postman button to open a postman collection link sent from a third party react application

I’m working with a react application and in that, I want to pass a postman collection link and open that postman collection in the postman web application. Is there any way I can try?

<a href="https://go.postman.co/build/workspace" target="_blank">
  <Button color="primary" autoFocus> Postman Web </Button>
</a>

This is the code segment I have tried so far. Here I can only open the postman web application

1 Like