From f7c1574c91b3eba53786be29b09d9f921fa58f1d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 18 Sep 2017 14:39:58 -0600 Subject: [PATCH] Add matrix-appservice-webhooks Signed-off-by: Travis Ralston --- .../2017-07-08-matrix-appservice-webhooks.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-07-08-matrix-appservice-webhooks.md diff --git a/supporting-docs/projects/2017-07-08-matrix-appservice-webhooks.md b/supporting-docs/projects/2017-07-08-matrix-appservice-webhooks.md new file mode 100644 index 00000000..1ce2b04e --- /dev/null +++ b/supporting-docs/projects/2017-07-08-matrix-appservice-webhooks.md @@ -0,0 +1,14 @@ +--- +layout: project +title: matrix-appservice-webhooks +categories: projects as +description: Slack-compatible webhooks for Matrix +author: Travis Ralston +maturity: Beta +--- + +# {{ page.title }} + +Through exposing a small web server, the webhooks bridge is able to interpret Slack webhooks and post them to designated rooms in Matrix. Additional fields are present for a more matrix-feeling message, if desired. Future plans include outgoing webhooks to notify external services of particular events in rooms. + +The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-appservice-webhooks).