Below is an example of making an HTTP request to Scheduler CALINFO IT from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://healthchecks.app.calinfo-nc.com/ping/your-uuid-here"); }