Connector

A Power Automate connector.

AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Properties

Name Type Description
name string The connector name.
properties object
View JSON Schema on GitHub

JSON Schema

power-automate-management-api-connector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-power-automate/refs/heads/main/json-schema/power-automate-management-api-connector-schema.json",
  "title": "Connector",
  "description": "A Power Automate connector.",
  "type": "object",
  "properties": {
    "name": { "type": "string", "description": "The connector name." },
    "properties": {
      "type": "object",
      "properties": {
        "displayName": { "type": "string" },
        "iconUri": { "type": "string", "format": "uri" },
        "isCustomApi": { "type": "boolean" },
        "tier": { "type": "string" }
      }
    }
  }
}