This is a simple Java example demonstrating how to send SMS and email notifications using the NotificationAPI service.
- Java 8 or higher
- Maven or Gradle (for dependency management)
- NotificationAPI account with client ID and client secret
- Clone this repository
- Run
mvn install
to install dependencies - Replace the placeholder credentials in
HelloWorld.java
with your NotificationAPI credentials
The example demonstrates:
- Sending a welcome notification that includes:
- Email with HTML content
- SMS message
- Make sure you have the NotificationAPI Java SDK in your project dependencies
- Update the credentials in the code
- Run the
HelloWorld
class
For more information about NotificationAPI and its features, visit:
This example is provided under the MIT License.