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