Updated Notify_msteams (markdown)

Chris Caron 2019-08-12 16:37:34 -04:00
parent 36fb3087e4
commit 9cb21e6b97

@ -21,6 +21,8 @@ Yes... The URL is that big... but at the end of the day, it looks like this (gr
This effectively equates to:
```https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}```
**Note:** Apprise supports this URL _as-is_ (_as of v0.7.7_); you no longer need to parse the URL any further. However there is slightly less overhead (internally) if you do.
Hence:
```
https://outlook.office.com/webhook/ABCD@WXYZ/IncomingWebhook/DEFG/HIJK
@ -36,6 +38,7 @@ So as you can see, we have is 3 separate tokens. These are what you need to bui
### Syntax
Valid syntax is as follows:
* `https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}`
* **msteams**://**{tokenA}**/**{tokenB}**/**{tokenC}**/
### Parameter Breakdown