Below is an example of making an HTTP request to The Watchtower from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://the.watchtower.pm/ping/your-uuid-here'))