diff options
author | Christian Hesse <mail@eworm.de> | 2022-06-05 22:50:57 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-06-05 22:50:57 +0200 |
commit | aa7e9adbd7dff399ffbf677ca7dc8e70bb6b18b6 (patch) | |
tree | e0840086eb75c87e584969ea6fe62be95f0a914c /doc/mod/notification-telegram.md | |
parent | 648ce9c3bdbb9ce36359dc2fe6c9c2fafb207cae (diff) |
doc/mod/notification-telegram: how to use the function
Diffstat (limited to 'doc/mod/notification-telegram.md')
-rw-r--r-- | doc/mod/notification-telegram.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md index 435694e..3bb31a7 100644 --- a/doc/mod/notification-telegram.md +++ b/doc/mod/notification-telegram.md @@ -53,6 +53,16 @@ Usage and invocation There's nothing special to do. Every script or function sending a notification will now send it to your Telegram account. +But of course you can send notifications directly or use a function in your +own scripts. Give it a try: + + $SendTelegram "Subject..." "Body..." + +Alternatively this sends a notification with all available and configured +methods: + + $SendNotification "Subject..." "Body..." + See also -------- |