Updated Notify_msteams (markdown)

Chris Caron 2020-07-28 11:54:18 -04:00
parent b5d8aaa728
commit a4d2b042e3

@ -52,5 +52,6 @@ Send a Microsoft Teams notification:
# Assuming our {tokenA} is T1JJ3T3L2@DEFK543
# Assuming our {tokenB} is A1BRTD4JD
# Assuming our {tokenC} is TIiajkdnlazkcOXrIdevi7F
apprise msteams:///T1JJ3T3L2@DEFK543/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/
apprise -t "Test Message Title" -b "Test Message Body" \
msteams:///T1JJ3T3L2@DEFK543/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/
```