Skip to content

curityio/sms-tele2-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tele2 SMS Plugin

Quality Availability

This plugin enables the possibility to send OTP text messages through the Tele2 service.

Config

Name Default Description
Hostname The hostname of the service
Port The port of the service
Username The username for the provider
Password The password for the provider
Context The context where the service is running
Http Client The https client to use. The client can enable or disable https for instance.
From Number The number that the message should be sent from. Can be a number or a name. Alphanumeric, 1-11 characters.
Send Flash SMS false When enabled, the service will send flash sms, which is not stored on the device.

Build plugin

First, collect credentials to the Curity Nexus, to be able to fetch the SDK. Create a file called gradle.properties in the root of the repository, and put the credentials there.

Then, build the plugin by: ./gradlew dist