From 11baeedf163e5d68ab3ed854ea664ec62bb771ce Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 12 Aug 2019 16:41:52 -0400 Subject: [PATCH] Updated Notify_wxteams (markdown) --- Notify_wxteams.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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