Skip to content

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

Notifications You must be signed in to change notification settings

danhawker/flagon

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

Watchers

Forks

Packages

No packages published