Send SMS Gateway API – JAVA
This command can be used to send text messages to either individual numbers or entire contact groups.
Sample Request
- public static void main(String[] args) {
- String url = "http://serverURL/rest/services/sendSMS/sendGroupSms";
- String authKey="yourAuthKey";
- String message=null;
- message=URLEncoder.encode("Hello for test");
- String senderId="MSGTST";
- String routeId="1";
- String mobileNos="9999999999,8888888888";
- String smsContentType="english";
- String scheduledTime="";
- String groupName="";
- String signature="";
- System.out.println(message);
- SendSmsDemo send=new SendSmsDemo();
- String s=send.sendSmsGet(url, authKey, message, senderId, routeId, mobileNos, smsContentType,scheduledTime,signature,groupName);
- System.out.println(s);
- }
- }
- //{" response":"success","responseCode":"3001"}
- public static void main(String[] args) {
- String url = "http://serverURL/rest/services/sendSMS/sendGroupSms";
- String authKey="yourAuthKey";
- String message=null;
- message="Hello for test";
- String senderId="MSGTST";
- String routeId="1";
- String mobileNos="9999999999,8888888888";
- String smsContentType="english";
- String scheduledTime="";
- String groupName="";
- String signature="";
- System.out.println(message);
- SendSmsDemo send=new SendSmsDemo();
- String s=send.sendSmsPost(url, authKey, message, senderId, routeId, mobileNos, smsContentType,scheduledTime,signature,groupName);
- System.out.println(s);
- }
- }
- //{" response":"success","responseCode":"3001"}
- public static void main(String[] args) {
- String url="http://serverURL/rest/services/sendSMS/sendGroupSmsXmlApi";*/
- String authKey="yourAuthKey";
- String message=null;
- message="Hello for test";
- String senderId="MSGTST";
- String routeId="1";
- String mobileNos="9999999999,8888888888";
- String smsContentType="english";
- String scheduledTime="";
- String groupName="";
- String signature="";
- System.out.println(message);
- SendSmsDemo send=new SendSmsDemo();
- String s=send.sendSmsXml(url, authKey, message, senderId, routeId, mobileNos, smsContentType,scheduledTime,signature,groupName);
- System.out.println(s);
- }
- }
- //{" response":"success","responseCode":"3001"}
Caution: Some users opt to place their request inside a code loop, while testing we highly recommend setting the test parameter to true , as occasionally an infinite loop can occur and users can consume all their credits very quickly.
If you are looking for SMS APIs which helps you to send and receive messages from your website and software (Developed in JAVA language) quickly and easily then use smscluster.com’s Bulk SMS Java API.
With this you can save your time because to integrate this solution into your system is very easy.Integrate our ready to use Bulk SMS API code in Java & start sending information through sms.
We offer the most reliable, powerful and easily adaptable SMS API gateway script for all type of softwares, developed in Java language. We have ready-to-use API Scripts in Java language with detailed document to send Bulk SMS. After that, all you have to do is text directly from your application to send thousands of SMS messages and It is easy to get started.
Just create an account and integrate our SMS API in few minutes and enjoy our services.
We do provide various API like Send SMS API in Java, Scheduled SMS Sending API in Java, GetBalance, Add Balance, Delivery status, SMS API, Send SMS Gateway API Java.
Whether you are a developer, technocrat or non technocrat, you can integrate Java SMS API in any software like Accounting software, CRM Software, Sales Software, HR software, E-commerce websites, E-mail marketing software etc.
You can also integrate BULK SMS Java API into CRM (Customer relationship software) like Tryton, Concursive, compiere, Scipio ERP software etc to send all kind of information to clients.
Various clients are using sms for dues information, billing information, Invoice, renewal of service, total business,to send Tax related, Inventory Management, HR & Payroll information etc and from any of your accounting softwares like Gnuaccounting, Best books accounting framework, Eurobudget, JFS accounting and many more.
Integrate our SMS API into your ERP(Enterprise resource planning) software ERPNEXT, ERP5, adaxa suite, adempiere, Apache OFBiz, Helium to enhance work performance.
How to integrate bulk sms gateway api in Java?
- Sign up with SMS Cluster and go to developer tool for Java Api and follow the simple steps to integrate bulk SMS API in your website. You will get POST and GET both type of send sms Java API which are ready to use and source code for sms gateway. Our Send sms Java script is used by many software companies and startups as sms verification api in India.Our sms api documentation is one of best for sms api for Java developers.
We are sms api providers for sms notification system, signup messages, alert message and verification code using Java code. Our developer guide also help our clients sms gateway api integration in Java websites or softwares.
We also have ready wordpress sms api and drupal sms api.
How to send verification code to mobile using java?
- To send the verification code to mobile through SMS using Java is possible only with the API Integration.
How can I send bulk sms from my website by integrating sms gateway api in Java.
- API is the best way to send SMS directly from your website. As it allows you to integrate SMS services into your own System/application/Website for better functionality.
A request to the Bulk SMS API is done by calling a URL with some required parameters (User Name, Password, Sender ID, Mobile Number, Message).When a request is made, the API along with all the parameters send to SMS Gateway server and it process the request and generate response for the particular request immediately. SMS Cluster provides the Bulk SMS Gateway with HTTP API (HTTP) to be integrated in different programming language like Java,php,asp.net.