Skip to content

spring boot sms api with Twilio Sdk that can send messages to one or many recipients

Notifications You must be signed in to change notification settings

denismwangi/SmsTwilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmsTwilio

  • Open and change application.yml
twilio:
  account_sid: #your account sid
  auth_token: #your auth token
  trial_number: # your trial number

Install

You can depend on the .jar through Maven

<dependency>
   <groupId>com.twilio.sdk</groupId>
   <artifactId>twilio</artifactId>
   <version>7.16.1</version>
</dependency>

About

spring boot sms api with Twilio Sdk that can send messages to one or many recipients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages