Updated Notify_matrix (markdown)

master
Chris Caron 2020-08-03 10:07:54 -04:00
parent ddc7de9558
commit 34513a8685
1 changed files with 4 additions and 2 deletions

@ -61,11 +61,13 @@ Send a secure Matrix.org notification to our server
# Assuming our {user} is nuxref
# Assuming our {password} is abc123
# Assuming the {room_alias} we want to notify is #general and #apprise
apprise matrixs://nuxref:abc123@matrix.example.com/#general/#apprise
apprise -vv -t "Test Message Title" -b "Test Message Body" \
matrixs://nuxref:abc123@matrix.example.com/#general/#apprise
```
Send a [**t2bot.io**](https://t2bot.io/webhooks/) request:
```bash
# Assuming our {webhook} is ABCDEFG12345
apprise matrix://ABCDEFG12345
apprise -vv -t "Test Message Title" -b "Test Message Body" \
matrix://ABCDEFG12345
```