ro_wiki
June 17, 2022
C# API The best way to use the Red Oxygen API from C# is to use the HTTP interface. Example public int SendSMS(String AccountID, String Email, String Password, String Recipient, String Message) { WebClient Client = new WebClient(); String RequestURL, RequestData; RequestURL = “http://www.redoxygen.net/sms.dll?Action=SendSMS”; RequestData = “AccountId=” + AccountID + “&Email=” + System.Web.HttpUtility.UrlEncode(Email) + […]
Read More
ro_wiki
June 14, 2022
The Command Line utility makes it possible to easily send SMS automatically from batch files. Possible Uses Get an SMS whenever a particular PC is booted Get an SMS after completion of a scheduled task Configure monitoring software to call a batch file when there is a problem Requirements Microsoft Windows XP and later […]
Read More
ro_wiki
June 17, 2022
Guide to Integrate Red Oxygen with Direct CONTROL™ Direct CONTROL™ uses Red Oxygen to deliver SMS. From Direct CONTROL™ you can send SMS to confirm appointments and on clients responding YES, an email will forward to your nominated email account. [Note] You must ask your Clients’ permission if they are willing to receive SMS […]
Read More