Hi @JamesClonk, @denysvitali
Microsoft is again changing the MS Teams trigger URL as per a recent update. The old trigger URLs that have logic.azure.com in them will move to new URLs and old URL will stop working on November 30, 2025.
I updated webhook to the new URL, which does not have the pattern (webhook|outlook|.azure-api|logic\.azure) in its name. However, it cannot be verified by backman and has failed. I am getting the error below. Can you please help with this?
I am currently using backman:2.5.1
OUT level=error msg="unable to send Teams notification: failed to validate webhook URL: webhook URL does not match one of expected patterns; got: \"https://942ead725f3ae61fb3309f7e87a28a.4a.environment.api.powerplatform.com:443/powerautomate/automations/direct/workflows/b950a56150be4c05b3ace20939dcfd32/triggers/manual/paths/invoke?api-version=1&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=tFs9LpcdsN1pG3OGt8lUzSvoT9b3kU9ttXVmxiETPXE\", patterns: ^https:\\/\\/(?:.*\\.webhook|outlook)\\.office(?:365)?\\.com,^https:\\/\\/(?:.*)(:?\\.azure-api|logic\\.azure)\\.(?:com|net)"
Hi @JamesClonk, @denysvitali
Microsoft is again changing the MS Teams trigger URL as per a recent update. The old trigger URLs that have
logic.azure.comin them will move to new URLs and old URL will stop working on November 30, 2025.I updated
webhookto the new URL, which does not have the pattern(webhook|outlook|.azure-api|logic\.azure)in its name. However, it cannot be verified by backman and has failed. I am getting the error below. Can you please help with this?I am currently using backman:
2.5.1