Scenario: I need to extract the url for a flow that is triggered by "When a HTTP request is received".
This url looks like: "workflows/9931e5fb.../triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=...."
When I export the flow definition as JSON with the "Get Flow" action, the trigger doesn't say anything about this url:
triggers": {
"manual": {
"type": "Request",
"kind": "Http",
"inputs": {
"schema": {}
}
}
}
Also, nowhere in the definition can I find this url or part of it. Actually it is als not in the zip file when I do a manual export.
Please advise how to get this url.
Use case: I want to create a user interface where the user can select a sharepoint list and a flow with HTTP trigger and update the list notification url, so it will call this flow then something is changed.
Using this guide as base:
http://johnliu.net/blog/2019/3/one-flow-to-handle-them-all-how-to-subscribe-to-multiple-sharepoint-lists-with-one-flow
Thanks,
Marton