From 10dd9b463e755919d472f91f0633f78aa1c320b9 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 12 Aug 2019 16:38:33 -0400 Subject: [PATCH] Updated Notify_msteams (markdown) --- Notify_msteams.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_msteams.md b/Notify_msteams.md index 52cc171..1483386 100644 --- a/Notify_msteams.md +++ b/Notify_msteams.md @@ -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: ```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,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``` 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 Valid syntax is as follows: * `https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}` -* **msteams**://**{tokenA}**/**{tokenB}**/**{tokenC}**/ +* `msteams://{tokenA}/{tokenB}/{tokenC}/` ### Parameter Breakdown | Variable | Required | Description