recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Ring Central - Sending SMS Messages With Java

Posted By: Todd Sharp on 2/21/2020 12:57 GMT
Tagged: APIs, Java

Yesterday I blogged about Ring Central and their APIs for sending SMS, making voice calls and much more. In that post I showed an example of how easy it is to send an SMS with Node.JS. In this post, I'll show you a similar example, but this time using Java. It's just as easy to do with Java, but will look much more familiar if you're a Java user which I know many of my readers are.

The full process is well documented on their developer portal. After you've created your application in the portal, grab the necessary credentials and plug them in below. You'll first need to add the dependency. If you're using Gradle, that looks like this:

Next, in your class, set some variables:

Create an instance of the client:

Then send the message:

And that's all it takes to send an SMS with Java and Ring Central!

Image by Greyerbaby from Pixabay



Related Posts

Querying Autonomous Database from an Oracle Function (The Quick, Easy & Completely Secure Way)

Querying Autonomous Database from an Oracle Function (The Quick, Easy & Completely Secure Way)

I've written many blog posts about connecting to an Autonomous DB instance in the past. Best practices evolve as tools, services, and frameworks become...

Sending Email With OCI Email Delivery From Micronaut

Sending Email With OCI Email Delivery From Micronaut

Email delivery is a critical function of most web applications in the world today. I've managed an email server in the past - and trust me - it's not fun...

Brain to the Cloud - Part III - Examining the Relationship Between Brain Activity and Video Game Performance

Brain to the Cloud - Part III - Examining the Relationship Between Brain Activity and Video Game Performance

In my last post, we looked at the technical aspects of my Brain to the Cloud project including much of the code that was used to collect and analyze the...

Note: Comments are currently closed on this blog. Disqus is simply too bloated to justify its use with the low volume of comments on this blog. Please visit my contact page if you have something to say!