从具有HTTP触发器的Power Automate Flows中检索回调URL

时间:2020-07-03 00:53:35

标签: powershell power-automate

由于某些原因,我继承了一个事件驱动的365解决方案,该解决方案在Power Automate Flows中使用HTTP触发器。

为了跟踪消失在以太中的事物,是否可以以编程方式检索具有HTTP触发器的Power Automate Flow的回调URL?

使用Microsoft.PowerApps.Administration.PowerShell中提供的Powershell cmdlet,我可以了解到流具有HTTP触发器,但是通过检查提供的对象无法识别Callback Url端点的任何详细信息。

$flow = Get-AdminFlow 'Some Flow with HTTP Trigger'
$flow.internal.properties.definitionsummary.triggers

type    kind
----    ----
Request Http

谢谢

0 个答案:

没有答案