Sign up!
Create a user account and send your SMS messages in seconds. You will have all the functionalities and benefits in the same platform.
Send from API and manage your account with our online application WebSMS.
Below you will find the examples of programming code in the language ColdFusion to send SMS messages through the API of the LabsMobile platform.
You also have code examples in JavaScript, PHP and other programming languages.
We recommend you to consult and take into account the following resources and help in your integration:
Example of sending for the GET version of the LabsMobile SMS API. This is a basic and simple method of sending SMS messages from an application or software created in ColdFusion passing all the parameters in the same url.
It is important to encode all the values as url (with the function urlencode() for example).
You can see and download the GET API manual of LabsMobile in the following URL: https://www.labsmobile.com/en/api-sms/api-versions/http-get
Page 1. <form action="Page2" method="post"> To:<input type="Text" name="msisdn"> Message:<input type="text" name="message"> <input type="submit" value="send"> </form> Page 2. <cfoutput> <cfhttp url="http://api.labsmobile.com/get/send.php" method="GET" resolveurl="false"> <cfhttpparam type="FORMFIELD" name="username" value="xx@xx.xxx"> <cfhttpparam type="FORMFIELD" name="password" value="xxxxxxx"> <cfhttpparam type="FORMFIELD" name="message" value="#form.text#"> <cfhttpparam type="FORMFIELD" name="msisdn" value="#form.to#"> </cfhttp> </cfoutput>
Page 1. <form action="Page2" method="post"> <input type="submit" value="get"> </form> Page 2. <cfoutput> <cfhttp url="http://api.labsmobile.com/get/balance.php" method="GET" resolveurl="false"> <cfhttpparam type="FORMFIELD" name="username" value="xx@xx.xxx"> <cfhttpparam type="FORMFIELD" name="password" value="xxxxxxx"> </cfhttp> </cfoutput>
Create a user account and send your SMS messages in seconds. You will have all the functionalities and benefits in the same platform.
Send from API and manage your account with our online application WebSMS.
Communication with eCommerce clients: change in status and delivery of orders with parcel tracking.
At LabsMobile we only offer direct routes of maximum reliability and quality. Enjoy our platform and all our services for the price of an SMS.
Pay ONLY for sent messages.
Our technical department has professionals with years of experience and we have made multiple integrations.
We guide and help you through the process.
This tutorial explains how to resolve any doubt or incident from a user of the LabsMobile platform.