Is there a way to trigger a collection monitor to run (outside of its schedule) from a third-party service?
Specifically I want to run a monitor containing our API integration tests after every new deploy to our staging environment (but this would be generally useful outside of this use-case). For example, our deploy script could perform a CURL pointing at Postman somehow, to trigger the monitor to run after each deploy is complete.
Whilst I can see how to send monitor result data to third-party webhooks after a monitor has run, I canβt see how to trigger a monitor to run from outside Postman.
Thanks!