diff --git a/Notify_mastodon.md b/Notify_mastodon.md index 72e42b1..7cc7ac1 100644 --- a/Notify_mastodon.md +++ b/Notify_mastodon.md @@ -102,7 +102,7 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \ "mastodons://T1JJ3T3L2@noc.social" ``` -Send a Mastodon DM to @testaccount: +Send a Mastodon DM to `@testaccount`: ```bash # Assuming our {AccessKey} is T1JJ3T3L2 # Assuming our {Host} is noc.social @@ -110,3 +110,12 @@ Send a Mastodon DM to @testaccount: apprise -vv -t "Test Message Title" -b "Test Message Body" \ "mastodons://T1JJ3T3L2@noc.social/@testaccount?visibility=direct" ``` + +Send a Mastodon DM to ourselves using the built in smart-detection: +```bash +# Assuming our {AccessKey} is T1JJ3T3L2 +# Assuming our {Host} is noc.social +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "mastodons://T1JJ3T3L2@noc.social/?visibility=direct" +``` +