mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-21 01:25:52 +02:00
doc/mod/notification-telegram: how to use the function
This commit is contained in:
parent
648ce9c3bd
commit
aa7e9adbd7
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue