

You only need to include a link within the parameters of the message (phone number, text, receiver, etc) within the URL with GET parameters. With this API, you can send SMS if you want to promote a URL. – API http/GET : Maybe, this is the most simple and easy to integrate. Next, we will present an example of a programming code for VB.net with our JSON API:ĭim myReq As HttpWebRequest Dim myResp As HttpWebResponse myReq = HttpWebRequest.Create( “” ) myReq.Method = “POST” myReq.ContentType = “application/json” ( “Authorization”, “Basic “ & Convert.ToBase64String(( “myusername:mypassword” ))) Dim myData As String = “” (8.GetBytes(myData), 0, 8.GetBytes(myData).Count) myResp = myReq.GetResponse Dim myreader As New System.IO.StreamReader(myResp.GetResponseStream) Dim myText As String myText = myreader.ReadToEndĪPI http/POST JSON : It includes examples with code in VB.net Besides, this is very intuitive and presents high legibility of data, improving their interpretation. It favors efficiency when it comes to coding and decoding data. This format is adapted to any environment. – API http/JSON : Sending http/POST with parameters in format JSON. Choose the one that suits your needs and preferences! All of them are standard and compatible with any programming language. To make it even simpler we have developed different versions of the API that can be implemented in different environments or technologies. Send SMS using your Visual Basic app or VB.net Carry out 2FA processes using OTD codes (one-usage passwords).Check the price of SMS in your country using LabsMobile’s platform.Send SMS in an individual or massive way.For this, you’ll only have to integrate it using a simple programming code that we will give you for your apps. Thanks to LabsMobile’s API, you’ll be able to connect any app to our platform, which is useful for both sending and receiving SMS. In this case, it’s useful to manage and program the app that we will use to send mass SMS to clients, users, or any receiver. This allows for easy coding using a graphic interface where you can incorporate different elements. This is a programming language used in coding with the goal of creating Windows apps. Integrate your Visual Basic app or VB.net with our SMS platform In the same way, and given its features, it allows for any programming language, which means it’s compatible with any environment. We would like to tell you more about how to use Visual Basic code to integrate our SMS API in Labsmobile, a system that will allow you to connect to the sending and receiving platform from any app thanks to a small integration. Sending corporate information or keeping in touch with your clients using SMS was never as easy.
