Skip to content

notificationapi-com/notificationapi-java-sms-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NotificationAPI Java Example

Video Tutorial

This is a simple Java example demonstrating how to send SMS and email notifications using the NotificationAPI service.

Prerequisites

  • Java 8 or higher
  • Maven or Gradle (for dependency management)
  • NotificationAPI account with client ID and client secret

Setup

  1. Clone this repository
  2. Run mvn install to install dependencies
  3. Replace the placeholder credentials in HelloWorld.java with your NotificationAPI credentials

Features

The example demonstrates:

  • Sending a welcome notification that includes:
    • Email with HTML content
    • SMS message

Running the Example

  1. Make sure you have the NotificationAPI Java SDK in your project dependencies
  2. Update the credentials in the code
  3. Run the HelloWorld class

Documentation

For more information about NotificationAPI and its features, visit:

License

This example is provided under the MIT License.

About

Send SMS with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages