Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Retrieve a Flow Trigger Callback URL
Version 1.0.0
Confirm a flow is request-triggered, fetch its callback URL, and observe the resulting run.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowArazzoWorkflows
Provider
Workflows
flow-callback-url
Fetch a request-triggered flow's callback URL and observe the run it produces.
Verifies the flow is active and request-triggered, retrieves the callback URL an external system uses to invoke it, and reads the run history and run detail so the invocation can be confirmed.
1
confirmRequestTrigger
getFlow
Read the flow and assert it is Started. The definition summary is captured so the caller can confirm the trigger is a Request kind before treating the callback URL as usable.
2
fetchCallbackUrl
listCallbackUrl
Retrieve the callback URL for the flow. This URL embeds its own signature and should be handled as a credential, since anyone holding it can invoke the flow.
3
observeRuns
listFlowRuns
List the flow's run history after the caller has posted to the callback URL, so the invocation can be tied to a concrete run.
4
readLatestRun
getFlowRun
Read the most recent run in detail to confirm the callback invocation produced the expected execution and to surface its status and result code.