Member-only story
Send SMS With Vonage and Spring Boot
2 min readApr 23, 2021

What is Vonage?
Vonage provides a suite of APIs that enable you to communicate with your customers using your preferred channels.
Create an account :
Then log in to your account :

Create a Spring boot application :
Dependencies: Spring Web, and Spring Boot DevTools.

After downloading and unzipping the project, add this dependency:
<dependency><groupId>com.vonage</groupId><artifactId>client</artifactId><version>6.1.0</version>