From f93af2c6575c0838c4107f33f6bec12df9b656c0 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 3 Apr 2019 20:54:15 -0400 Subject: [PATCH] Updated Notify_matrix (markdown) --- Notify_matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify_matrix.md b/Notify_matrix.md index 1d22ea7..ffe219d 100644 --- a/Notify_matrix.md +++ b/Notify_matrix.md @@ -42,6 +42,7 @@ When you specify the **?webhook=** argument you immediately shift entirely how t | room_alias | No | The room alias you wish to join (if not there already) and broadcast your notification. For ambiguity purposes _you should_ prefix these locations with a pound/hashtag symbol **#** although it is not required. | room_id | No | The room id you wish to join (if not there already) and broadcast your notification. For ambiguity purposes, _you MUST_ prefix these locations with a exclamation symbol **!** (_otherwise it is interpreted as a room_alias instead_) | thumbnail | No | Displays an image before each notification is sent that identifies the notification type (warning, info, error, success). By default this option is set to **False**. +| mode | No | This is optional and allows you to specify a webhook mode instead. Setting this to **matrix** or **slack** allows you to leverage [this webhook service](https://matrix.org/docs/projects/bot/matrix-webhook.html) instead of directly communicating with the matrix server. By default no webhooks are used. **Note**: If neither a **{room_alias}** or a **{room_id}** is specified on the URL then upon connecting to the matrix server, a list of currently joined channels will be polled. Each and every channel the account is currently part of will automatically be notified.