Java
Overview
Used for server applications and mobile development. After signing up, use this Java library to build into your system. You can use this Java library with our HTTP or REST messaging APIs to interact with the Clickatell SMS Gateway. The Java library below allows you to send one- or two-way SMS messages using Clickatell’s SMS Platform.
You can see our other libraries and more documentation at the Clickatell APIs and Libraries Project.
Usage
Copy the class files directly into your project and reference the JSON-simple-1.1.1.jar library. Then use as described below.
To initialize:
ClickatellHttp click = new ClickatellHttp(USERNAME, APIID, PASSWORD); ClickatellRest clickRest = new ClickatellRest(API_KEY); |
To send one message:
ClickatellHttp.Message response = click.sendMessage( "27821234567" , "Hello, this is a test message!" ); ClickatellRest.Message response = clickRest.sendMessage( "27821234567" , "Hello, this is a test message!" ); |
To get the status of a message:
int status = click.getMessageStatus( "b305c3445e37626ffabb21edc9320e1e" ); |
To get the cost of a message:
ClickatellHttp.Message reply = click.getMessageCharge( "b305c3445e37626ffabb21edc9320e1e" ); System.out.println( "Charge: " + reply.charge); System.out.println( "Status: " + reply.status); |
To get the cost and status of the message in REST:
ClickatellRest.Message msg = clickRest.getMessageStatus(response.message_id); System.out.println( "ID:" + msg.message_id); System.out.println( "Status:" + msg.status); System.out.println( "Status Description:" + msg.statusString); System.out.println( "Charge:" + msg.charge); |
To do a coverage check:
double reply = click.getCoverage( "27820909090" ); |
To do a message stop request:
click.stopMessage( "b305c3445e37626ffabb21edc9320e1e" ); |
To check your balance:
double balance = click.getBalance(); |
Testing sample code
Compile:
javac -cp json-simple- 1.1 . 1 .jar ClickatellRest.java ClickatellHttp.java Runner.java |
Run:
java -cp .:json-simple- 1.1 . 1 .jar Runner |
Clickatell Java library – platform branch
This SDK is based on the new Clickatell platform. Instead of checking out this codebase, you can download the Clickatell-java-sdk.jar file from https://github.com/clickatell/clickatell-java/tree/platform/bin/artifacts/clickatell_java_sdk_jar.
Testing
Testing can be done by editing the classes TestClickatellHttp and TestClickatellRest. You will need to supply your apiKey along with the number you would like to send the message to.
Channels
Find the most up-to-date information about the channels available to communicate with your clients.

SMS
Enable any application, website or system to facilitate local or international one- or two-way SMS communication via an easy one-step integration with our HTTP API.
Documentation

One API
Communicate with your mobile customers via multiple communication channels with a single integration. You can send and receive messages on both WhatsApp and SMS without the overhead of programming individual channels.
Documentation

As an authorized WhatsApp Business Solution Provider, we assist you in applying for a WhatsApp Business account and number. Integrate with other powerful features available on our platform via our One API.
Documentation
Products
Find the most up-to-date information about the products we offer and how to elevate your engagement with customers.

Chat 2 Pay
Send payment requests to customers via chat for secure, contactless payment experiences.
Documentation

Chat Desk
An easy-to-use web-based application that enables real-time communication with your customers via a single web interface.
Documentation

Chat Flow
A web-based application that allows you to quickly and collaboratively design and deploy conversational experiences across multiple chat applications and connect it to your organization's core functional APIs.
Documentation

Campaign Manager
An online tool that allows you to create a custom SMS campaign within minutes - no coding or developers required.
Documentation
Marketplace
Find the most up-to-date information about Clickatell's Marketplace and how you can utilize it for the distribution and payment acceptance of digital products.
Bank Interfaces API
An explanation of the way Clickatell and banks interact with one another when dealing with purchases.
Documentation
Transact Result API
Initiates the delivery of the transaction result for a purchase that was made through Clickatell after Clickatell facilitated the dispensing of the product.
Documentation
Reserve and Transact API
Initiates a purchase and fund reservation request to Clickatell.
Documentation
Security Service API
Request authentication tokens to use in all other Clickatell API calls.
Documentation
Transact
A cloud-based platform that allows for the distribution and payment acceptance of multiple digital products.
Documentation
In-Flight Transaction Check API
Used prior to a purchase instruction to confirm that no similar transaction is in progress.
Documentation
User Transaction Lookup API
Identify if a new transaction is similar to one of the user's recent transactions so the response details can be used to pre-emptively complete the current transaction details.
Documentation
Customer Account Validation API
Validate a customer's bill payment account number prior to submitting the bill payment purchase request to the vendor.
Documentation
MNO Lookup API
Derive the specific mobile network operator (MNO) for the specified MSISDN.
Documentation
Token Lookup API
Look up tokens/vouchers to present back to the buyer/customer who purchased token-related products via Clickatell's platform.
Documentation
Notifications API
Send notifications to buyer/recipient using different channels.
Documentation
Transaction Lookup API
Used after a purchase to confirm the transaction status.
Documentation
Financial Terms Lookup API
Display the correct fee and settlement amounts as per the contractual agreement for the SKU being purchased.
Documentation
Other Resources
Ask the Community
Visit Stack Overflow to join our community of developers and find the answer you need
Contact Support
Contact our support team and one of our agents will be in touch with you to answer any questions you have