-
-
Notifications
You must be signed in to change notification settings - Fork 528
Open
Labels
Description
The structure of the power-automate webhook URL as issued to me through MS Teams, is different from the one referenced above. The result is a 404 "The request URI --- does not match any known API routes".
Existing pattern:
https://HOST:PORT/workflows/ABCD/triggers/manual/path/...sig=DEFG
New pattern:
https://HOST:PORT/powerautomate/automations/direct/workflows/ABCD/triggers/manual/path/...sig=DEFG
I took a stab at adding a query param for use with the shorthand URLs, and implemented a flag for power automation so that a different URL pattern could be used if desired. Default behavior remains same as existing code. I'll create a PR shortly.
chusiang, gdha, vyagubov, jay-eff, totothekiller and 2 more