NEED HELP? ALL IT TAKES IS A CALL: +44 (0) 207 193 4779
Login
Free SMS | Start | Public Survey | Send Bulk SMS | My Survey | Register | FAQ | Paid Survey | Login
Our simple SMS Application Programming Interface (API) allows you to automate the sending and receiving of SMS messages by integrating our SMS services directly with your business applications, websites or other software.
These are some ways you can use inbound sms numbers
using System.Net; using System.IO; WebClient client = new WebClient (); // Add a user agent header in case the requested URI contains a query. client.Headers.Add ("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)"); client.QueryString.Add("username", "xxxx"); client.QueryString.Add("password", "xxxx"); client.QueryString.Add("to", "xxxx"); client.QueryString.Add("msg", "This is an example message"); string baseurl = ""; Stream data = client.OpenRead(baseurl); StreamReader reader = new StreamReader (data); string s = reader.ReadToEnd (); data.Close (); reader.Close (); return (s);
Public Surveys Investors About Us Contact Us Privacy Statement Terms & Conditions
VAT Reg Great Britain. AbleSMS⢠a product of Bespokesoft Ltd