From 12bb8d62f85ca49bf5b97adc61babecdad37cbe2 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 18 Sep 2017 14:40:11 -0600 Subject: [PATCH] Add matrix-appservice-twilio Signed-off-by: Travis Ralston --- .../2017-08-18-matrix-appservice-twilio.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-08-18-matrix-appservice-twilio.md diff --git a/supporting-docs/projects/2017-08-18-matrix-appservice-twilio.md b/supporting-docs/projects/2017-08-18-matrix-appservice-twilio.md new file mode 100644 index 00000000..77a08414 --- /dev/null +++ b/supporting-docs/projects/2017-08-18-matrix-appservice-twilio.md @@ -0,0 +1,14 @@ +--- +layout: project +title: matrix-appservice-twilio +categories: projects as +description: Bridges Twilio (SMS) to Matrix +author: Travis Ralston +maturity: Alpha +--- + +# {{ page.title }} + +The Twilio bridge is a work in progress that allows you to bridge SMS/MMS messages to Matrix. Eventual plans include briding phone calls and other media types. + +The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-appservice-twilio).