Take a look into the "Project - Activity Web Hooks" in the "Integrations" tab of a project's settings. It is capable of making a POST request to a user-provided URL when a test run starts. I used AWS Lambda and AWS API Gateway services to call a custom script; the PractiTest support reps were very helpful with providing me a list of IP addresses that the request could come from so that I could deny access to any other IPs not associated with PractiTest. Hope this helps!
Take a look into the "Project - Activity Web Hooks" in the "Integrations" tab of a project's settings. It is capable of making a POST request to a user-provided URL when a test run starts. I used AWS Lambda and AWS API Gateway services to call a custom script; the PractiTest support reps were very helpful with providing me a list of IP addresses that the request could come from so that I could deny access to any other IPs not associated with PractiTest. Hope this helps!