Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flagon

A simple API in Python using Bottle that consumes JSON messages and pushes the content to SMSD for delivery.

As always, very much a work in progress.

How To Use

Simplistically you simply PUT a JSON message to the /sendsms endpoint. The format is a subset of the smstools3 SMS file format.

{
    "recipient": 441234567890,
    "body": "Test Message"
}

About

Web API to consume JSON fomatted messages and send to SMSD for SMS delivery

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages