mirror of https://github.com/caronc/apprise
Updated Notify_matrix (markdown)
parent
ddc7de9558
commit
34513a8685
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue