From fe9cf732a9f985b91379e18f32f0d868e0ce8bc8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 2 Aug 2021 15:57:17 -0400 Subject: [PATCH] Updated Notify_matrix (markdown) --- Notify_matrix.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Notify_matrix.md b/Notify_matrix.md index 2f734eb..9ff5f01 100644 --- a/Notify_matrix.md +++ b/Notify_matrix.md @@ -4,13 +4,13 @@ * **Message Format**: Text * **Message Limit**: 1000 Characters per message -By default the notification service references the Matrix server using it's built in API. +By default the Apprise Integration of Matrix occurs using it's built in API. However, [the webhook service](https://matrix.org/docs/projects/bot/matrix-webhook.html) also works for those wishing to use it too. At the time, this is still identified as being in it's _late beta_ state. This can be done by specifying **?webhook=matrix** or **?webhook=slack**. Presuming you've [set it up](https://github.com/turt2live/matrix-appservice-webhooks). ### Syntax -Valid syntaxes are as follows: +Valid syntax's are as follows: * `matrix://{user}:{password}@{matrixhost}/#{room_alias}` * `matrixs://{user}:{password}@{matrixhost}/!{room_id}` @@ -26,11 +26,11 @@ You can mix and match as many rooms as you wish: * **!abc123** is internally interpreted as **!abc123:localhost** * **!def456:example.com** is not altered and is directly notified as such -When you specify the **?webhook=** argument you immediately shift entirely how this plugin works and the syntax becomes: -* `matrix://{user}:{token}@{hostname}?webhook=matrix` -* `matrixs://{token}@{hostname}:{port}?webhook=matrix` -* `matrix://{user}:{token}@{hostname}?webhook=slack&format=markdown` -* `matrixs://{token}@{hostname}?webhook=slack&format=markdown` +When you specify the **?mode=** argument you immediately shift entirely how this plugin works and the syntax becomes: +* `matrix://{user}:{token}@{hostname}?mode=matrix` +* `matrixs://{token}@{hostname}:{port}?mode=matrix` +* `matrix://{user}:{token}@{hostname}?mode=slack&format=markdown` +* `matrixs://{token}@{hostname}?mode=slack&format=markdown` If you use [**t2bot.io**](https://t2bot.io/), then you can use the following URLs: * `matrix://{t2bot_webhook_token}`