From 2f3bdaa93ddbe808d2d112db27e1ef1ab764abbe Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:31:57 +0100 Subject: [PATCH] added important notice to WebHook.md --- Docs/Webhooks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Docs/Webhooks.md b/Docs/Webhooks.md index 1842277..edec2b0 100644 --- a/Docs/Webhooks.md +++ b/Docs/Webhooks.md @@ -95,7 +95,11 @@ The data for the `finished` webhook includes the same as above, with some additi ### Microsoft Teams -When you set up [an incoming webhook workflow with Microsoft Teams](https://support.microsoft.com/en-us/office/create-incoming-webhooks-with-workflows-for-microsoft-teams-8ae491c7-0394-4861-ba59-055e33f75498) the json payload is expected in a certain format. Use this webhook format in the Setup Manager profile: +When you set up [an incoming webhook workflow with Microsoft Teams](https://support.microsoft.com/en-us/office/create-incoming-webhooks-with-workflows-for-microsoft-teams-8ae491c7-0394-4861-ba59-055e33f75498) the json payload is expected in a certain format. + +**Important Note:** _The Teams Workflow Webhook URL will contain ampersands `&`. Since configuration profiles are XML files, you need to escape/replace all ampersands in the URL with the XML escape sequence `&`._ + +Use this webhook format in the Setup Manager profile: ```xml