Below is an example of making an HTTP request to Deploys Labzz from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://deploys.labzz.studio/ping/your-uuid-here'))