diff --git a/README.md b/README.md index 4e0dd04..c27dd1e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here you can see an example card for failed test results: To use this reporter, you must have a Microsoft Teams webhook URL. You can create a webhook URL using the Microsoft Teams Power Automate connector or the Microsoft Teams incoming webhook functionality. -As the incoming webhook functionality will stop working on October 1, 2024, it is recommended to use the Power Automate connector functionality. +As the incoming webhook functionality will stop working on October 1, 2024 (extended to December 2025), it is recommended to use the Power Automate connector functionality. > **Important**: You need to copy the `webhook URL` from the configuration, as you will need it to configure the reporter. @@ -40,6 +40,11 @@ To create a Power Automate webhook for Microsoft Teams, you can follow these ste - Click on the **Save** button - Click on **When a Teams webhook request is received** and copy the **HTTP URL** +> [!WARNING] +> When using the PowerAutomate template, a template footer will automatically be included like: ` used a Workflow template to send this card. Get template`. +> You can remove this footer by creating a copy of the flow, and use the new one instead. +> You can find more information about this procedure in the following blog post: [How to remove " used a Workflow template to send this card. Get template"](https://docs.hetrixtools.com/microsoft-teams-how-to-remove-name-used-a-workflow-template-to-send-this-card-get-template/). + ### Microsoft Teams incoming webhook (retiring October 1, 2024) To use this reporter, you need to create an incoming webhook for your Microsoft Teams channel. You can find more information on how to do this in the [Microsoft documentation](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet#create-an-incoming-webhook).