API c# (csharp)

var client = new RestClient("https://www.waboxapp.com/api/send/chat");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddParameter("application/x-www-form-urlencoded", "token=my-test-api-key&uid=12025550123&to=12025550193&custom_uid=msg-5810&text=Hello+world%21", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);


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