mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 18:01:08 +01:00
Updated Notify_msteams (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user