Skip to content

leandrolimasi/zenvia-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZENVIA-SMS

API for send SMS with Zenvia Framework

Install

$ mvn clean install

Setup

Maven Dependency

    <dependency>
        <groupId>br.com.incodee</groupId>
        <artifactId>zenvia-sms</artifactId>
        <version>1.0</version>
    </dependency>

Property File

Should be created a file zenvia.properties in resources like this:

zenvia.user=user
zenvia.password=password

Usage

@Inject
private ZenviaSMSManager zenviaSMSManager;


---

zenviaSMSManager.sendSms(...);

---

About

Send SMS with Zenvia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages