Microsoft Power Automate · Example Payload

Power Automate Management Api Flow Example

AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Power Automate Management Api Flow Example is an example object payload from Microsoft Power Automate, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameidtypeproperties

Example Payload

Raw ↑
{
  "name": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "id": "/providers/Microsoft.ProcessSimple/environments/Default/flows/a1b2c3d4",
  "type": "Microsoft.ProcessSimple/environments/flows",
  "properties": {
    "displayName": "Daily Report Automation",
    "state": "Started",
    "createdTime": "2025-06-15T08:00:00Z",
    "lastModifiedTime": "2026-04-10T14:30:00Z",
    "templateName": "blank",
    "flowTriggerUri": "https://prod-01.westus.logic.azure.com/workflows/abc123",
    "installationStatus": "Installed"
  }
}