SMS API

Quick Start: Java

There are three steps to integrating the programmable SMS API into your Java project:

1. Obtain an Esendex License Key.

Sign up for an account and complete the request form.

2. Create the request with NetBeans.

a. Start a new project within NetBeans. Select File > New Project.

b. Under the Categories column select Java > Java Applications.

c. Name your Project. Select Project Location and Project Folder. (Ensure the Create Main Class check box is selected.)

d. Expand your project: SimpleSMSSend > Source Packages > default packages > SimpleSMSSend.java and double-click. The file will open within the IDE.

e. Add the request code for the SimpleSMSSend method of the API.

3. Call the desired SMS API method.

a. Navigate to your web development server in your browser and click on the project folder. (In this example we are running the code within NetBeans.)

b. Examine the results.

Let’s start sending, together.