Esendex Java SMS SDK
The Esendex Java SDK is an easy to use client for our REST API that you can use to integrate SMS and Voice messaging into your Java application. It contains a set of services which you can use to send SMS and Voice messages, receive SMS, track the status of your sent messages and more.
Requirements
- Java
- An internet connection
- An Esendex Account (create your account)
Installation
- Download the Esendex Java SDK package
- Copy the jars to your classpath along with the esendex-java-sdk-x.x.x.xx jar
Usage
Sending messages
Follow this example for creating and sending an SMS message with the Esendex Java SDK
Getting inbox messages
Follow this example for retrieving your inbox messages with the Esendex Java SDK
Getting sent messages
Follow this example for retrieving your sent messages with the Esendex Java SDK