Overview
Microsoft Power Automate (formerly Flow) is Microsoft's business-user automation platform. The Automize Power Automate connector covers triggering flows, listing flows, managing connections.
- Regions: Wherever M365 is.
- Plans: Included with M365 + Power Platform licenses.
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- Entra ID → App registration → Power Automate permissions.
- In Automize → Settings → Connectors → Power Automate. Paste credentials.
Find your credentials at https://flow.microsoft.com/.
Rate limits
Per-license run quotas (M365 / Premium licensing).
Data model
Automation primitives:
Environment ─── Flows ─┬─ Triggers
├─ Actions
├─ Connections
└─ RunsAvailable operations
6 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Disable Flow | General | Turn off a flow |
| Enable Flow | General | Turn on a flow |
| Get Flow | General | Get flow details |
| List Flows | General | List all flows in an environment |
| List Flow Runs | General | List runs of a flow |
| Trigger HTTP Flow | General | Trigger a flow via its HTTP request trigger URL |
Operations
Disable Flow
Turn off a flow
| Parameter | Required | Type | Description |
|---|---|---|---|
Environment Id environment_id | Yes | text | |
Flow Id flow_id | Yes | text |
Enable Flow
Turn on a flow
| Parameter | Required | Type | Description |
|---|---|---|---|
Environment Id environment_id | Yes | text | |
Flow Id flow_id | Yes | text |
Get Flow
Get flow details
| Parameter | Required | Type | Description |
|---|---|---|---|
Environment Id environment_id | Yes | text | |
Flow Id flow_id | Yes | text |
List Flows
List all flows in an environment
| Parameter | Required | Type | Description |
|---|---|---|---|
Environment Id environment_id | Yes | text |
Tips
- Filter by environment + status.
List Flow Runs
List runs of a flow
| Parameter | Required | Type | Description |
|---|---|---|---|
Environment Id environment_id | Yes | text | |
Flow Id flow_id | Yes | text |
Trigger HTTP Flow
Trigger a flow via its HTTP request trigger URL
No input parameters.
FAQ
- Power Automate vs Azure Logic Apps?
- Both Microsoft. Power Automate: business users + M365-bundled. Logic Apps: developers + Azure-billed.