From dabe87390f0107b834c33500378e1ea5d639580a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Fri, 12 Nov 2021 15:52:12 +0100 Subject: [PATCH] docs(teams): update url extraction docs --- docs/services/teams.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/services/teams.md b/docs/services/teams.md index dece39e5..dec29dc6 100644 --- a/docs/services/teams.md +++ b/docs/services/teams.md @@ -10,7 +10,7 @@ ## URL Format !!! info "" - teams://__`group`__@__`tenant`__/__`altId`__/__`groupOwner`__?host=example.webhook.office.com + teams://__`group`__@__`tenant`__/__`altId`__/__`groupOwner`__?host=__`organization`__.webhook.office.com --8<-- "docs/services/teams/config.md" @@ -23,6 +23,4 @@ Instructions on how to do this can be found in [this guide](https://docs.microso The token is extracted from your webhook URL: -``` - https://outlook.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC} -``` \ No newline at end of file +
https://<organization>.webhook.office.com/webhookb2/<group>@<tenant>/IncomingWebhook/<altId>/<groupOwner>