mirror of https://github.com/caronc/apprise
Updated Notify_ntfy (markdown)
parent
08d7e559a9
commit
19ff13789a
|
@ -62,3 +62,12 @@ We can also send a notification to the ntfy.sh server:
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
ntfy://great-place
|
ntfy://great-place
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Ntfy also supports Markdown; if you want to leverage this, simply add `?format=markdown` to your Apprise URL; eg:
|
||||||
|
```bash
|
||||||
|
# Assuming our {hostname} is localhost
|
||||||
|
# Assuming our {topic} is great-place
|
||||||
|
# Assuming we want to leverage the markdown support
|
||||||
|
apprise -vv -t "Test Message Title" -b "# Markdown Support" \
|
||||||
|
"ntfy://localhost/great-place?format=markdown"
|
||||||
|
```
|
Loading…
Reference in New Issue