API Ruby

uri = URI::HTTPS.build(:host => "www.waboxapp.com", :port => 80)
uri.path = URI.escape("/api/send/chat")
client = Net::HTTP.new("www.waboxapp.com", "80")
req = Net::HTTP::Post.new(uri.request_uri, {})
req.set_form_data({"token" => "my-test-api-key", "uid" => "12025550123", "to" => "12025550193", "custom_uid" => "msg-8650", "text" => "Hello world!"})
res = client.request(req)


Get waboxapp API documentation for more detailed information

Try our IM API Sandbox

Are you ready to give it a try?

Our pricing is volume-based, so you can start testing now with no cost, of course! ;)

Sign Up Now