Powerautomate webhook url update 2025-11-30 #3412
Unanswered
simonhunoldregnology
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Using the wrong scheme (workflow://), it must be workflows:// (plural). ? Your URL still contains a placeholder for the host: %host%. That needs to be the actual Logic Apps host from your Flow’s HTTP trigger URL (e.g., prod-21.westeurope.logic.azure.com). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was currently getting emails regarding the update of Power Automate where they state that the previous versions of the webhook URL are no longer supported as of 2025-11-30.
I now tried to use the new url and also conisdered the following instructions: https://github.com/caronc/apprise/wiki/Notify_workflows
However, I am always receiving errors:
2025-09-08 11:41:17,798 - DEBUG - Loaded Power Automate / Workflows (for MSTeams) URL: workflow://%host%:443/b...2/W...0/?image=yes&wrap=yes&format=markdown&overflow=upstream
2025-09-08 11:41:17,798 - DEBUG - Workflows POST URL:%host%:443/workflows/b840a60a611b4d3287be6d76fe1930e2/triggers/manual/paths/invoke (cert_verify=True)
2025-09-08 11:41:17,799 - DEBUG - Workflows Payload: {'type': 'message', 'attachments': [{'contentType': 'application/vnd.microsoft.card.adaptive', 'contentUrl': None, 'content': {'$schema': 'http://adaptivecards.io/schemas/adaptive-card.json', 'type': 'AdaptiveCard', 'version': '1.4', 'body': [{'type': 'Image', 'url': 'https://github.com/caronc/apprise/raw/master/apprise/assets/themes/default/apprise-info-32x32.png', 'height': '32px', 'altText': 'info'}, {'type': 'TextBlock', 'text': 'ChangeDetection.io Notification - %deployment-url%#notifications', 'style': 'heading', 'weight': 'Bolder', 'size': 'Large', 'id': 'title'}, {'type': 'TextBlock', 'text': '%deployment-url%#notifications had a change.\n---\n\n---', 'style': 'default', 'wrap': True, 'id': 'body'}], 'msteams': {'width': 'full'}}}]}
2025-09-08 11:41:17,891 - WARNING - Failed to send Workflows notification: Page not found., error=404.
2025-09-08 11:41:17,891 - DEBUG - Response Details:
b'{"code":"RouteNotFound","message":"The request URI %host%/workflows/b...2/triggers/manual/paths/invoke?api-version=2016-06-01\u0026sp=%2Ftriggers%2Fmanual%2Frun\u0026sv=1.0\u0026sig=w...0 does not match any known API routes."}'
Could someone please tell me whether the new URLs are already supported or how I could make them work?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions