Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.02 KB

teams.md

File metadata and controls

26 lines (17 loc) · 1.02 KB

Teams

!!! attention Webhook URL scheme changed Microsoft has changed the URL scheme for Teams webhooks. You will now have to specify the hostname using: text ?host=example.webhook.office.com Where example is your organization short name

URL Format

!!! info "" teams://group@tenant/altId/groupOwner?host=organization.webhook.office.com

--8<-- "docs/services/teams/config.md"

Setting up a webhook

To be able to use the Microsoft Teams notification service, you first need to set up a custom webhook. Instructions on how to do this can be found in this guide

Extracting the token

The token is extracted from your webhook URL:

https://<organization>.webhook.office.com/webhookb2/<group>@<tenant>/IncomingWebhook/<altId>/<groupOwner>