mirror of https://github.com/caronc/apprise
Updated Notify_wxteams (markdown)
parent
e2a490be48
commit
11baeedf16
|
@ -25,9 +25,12 @@ The last part of the URL is all you need to be interested in. Think of this URL
|
||||||
So as you can see, we have is 3 separate tokens. These are what you need to build your apprise URL with. In the above (simplified) example, the tokens are:
|
So as you can see, we have is 3 separate tokens. These are what you need to build your apprise URL with. In the above (simplified) example, the tokens are:
|
||||||
* **Token**: `Y3lzY29zcGkyazovL3VzL1dFQkhPT0sajkkzYWU4fTMtMGE4Yy00`
|
* **Token**: `Y3lzY29zcGkyazovL3VzL1dFQkhPT0sajkkzYWU4fTMtMGE4Yy00`
|
||||||
|
|
||||||
|
**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:
|
||||||
* **wxteams**://**{token}**/
|
* `https://api.ciscospark.com/v1/webhooks/incoming/{token}`
|
||||||
|
* `wxteams://{token}/`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
|
|
Loading…
Reference in New Issue