diff --git a/Notify_wxteams.md b/Notify_wxteams.md index d2747a6..76d762a 100644 --- a/Notify_wxteams.md +++ b/Notify_wxteams.md @@ -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: * **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 Valid syntax is as follows: -* **wxteams**://**{token}**/ +* `https://api.ciscospark.com/v1/webhooks/incoming/{token}` +* `wxteams://{token}/` ### Parameter Breakdown | Variable | Required | Description