Updated Notify_msteams (markdown)

Chris Caron 2019-08-12 16:38:33 -04:00
parent 9cb21e6b97
commit 10dd9b463e

@ -21,8 +21,6 @@ Yes... The URL is that big... but at the end of the day, it looks like this (gr
This effectively equates to: This effectively equates to:
```https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}``` ```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: Hence:
``` ```
https://outlook.office.com/webhook/ABCD@WXYZ/IncomingWebhook/DEFG/HIJK https://outlook.office.com/webhook/ABCD@WXYZ/IncomingWebhook/DEFG/HIJK
@ -36,10 +34,12 @@ So as you can see, we have is 3 separate tokens. These are what you need to bui
2. **TokenB** is ```DEFG``` 2. **TokenB** is ```DEFG```
3. **TokenC** is ```HIJK``` 3. **TokenC** is ```HIJK```
**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.
### Syntax ### Syntax
Valid syntax is as follows: Valid syntax is as follows:
* `https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}` * `https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}`
* **msteams**://**{tokenA}**/**{tokenB}**/**{tokenC}**/ * `msteams://{tokenA}/{tokenB}/{tokenC}/`
### Parameter Breakdown ### Parameter Breakdown
| Variable | Required | Description | Variable | Required | Description