Coder Social home page Coder Social logo

connect-sdk-java's Introduction

connect-sdk-java

Java SDK for IMIconnect Messaging Platform Web Services

Requirements

Java Versions

This SDK supports the following Java versions. OpenJDK versions can be found here.

  • Java 8
  • Java 11

Getting Started

To start using the API only takes a few simple steps.

1. Sign up for an account on imiconnect.

2. import the binaries into your project.

The latest releases can be found on maven central.

<dependency>
    <groupId>com.imiconnect</groupId>
    <artifactId>connect-sdk-java</artifactId>
    <version>1.0</version>
</dependency>

3. Create a client

Depending on the type of messages you need to send, one of SmsClient, WhatsAppClient, or VoiceClient are available.

SmsClient client = SmsClient.create()
      .withBaseUrl(URL)
      .withApiKey(API_KEY)
      .build();

4, Send a message

SendSmsResponse response =
        client.sendMessage(SmsMessage.of("hello world!")
                .from("35353")
                .to("+15550001111")
                .build());

Versions

This project follows the semantic versioning model.

API Version Compatibility Matrix

This SDK supports the SMS, voice, and WhatsApp API's. The supported API versions are listed below.

SDK SMS WhatsApp Voice
1.0 1 1 1

License

© 2021 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved. See LICENSE for details.

connect-sdk-java's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.