Skip to main content

I have been using ringcentral various apis specially create sms/mms api for send messages.

However, instead of using directly with the api, I know want to use the feature in java. I know ringcentral has support with various programming languages, but I am looking to start this feature in java program.

Do I need to use Java rest client to call this create sms api in java or it has a different way of doing it in java? Any pointer to get start with in java language is appreciated

RingCentral do has various SDK for different programming languages. Official RingCentral ofJava SDK: https://github.com/ringcentral/ringcentral-java

You can check the sample of sending sms to start with:

https://github.com/ringcentral/ringcentral-java/blob/master/samples.md#create-smsmms-message


Reply