Power Platform Connectors: A Complete Overview
Power Platform Connectors is understanding custom and standard connectors in the Microsoft Power Platform ecosystem — types, use cases, and how to build your own.
Understanding custom and standard connectors in the Microsoft Power Platform ecosystem — types, use cases, and how to build your own.
Al Rafay Consulting
· Updated February 20, 2026 · ARC Team
What Are Power Platform Connectors?
Connectors are the bridges that connect Microsoft Power Platform (Power Apps, Power Automate, Power BI) to external services, data sources, and APIs. They abstract away the complexity of API authentication, pagination, and data formatting — letting you integrate with hundreds of services without writing code.
Types of Connectors
Standard Connectors
Included with all Power Platform licenses. Examples:
- SharePoint
- Outlook / Office 365
- Microsoft Teams
- OneDrive
- Excel Online
- Approvals
Premium Connectors
Require Power Platform Premium or per-app licensing:
- SQL Server
- Dataverse
- HTTP (custom API calls)
- Azure services
- Salesforce
- SAP
Custom Connectors
Build your own connectors for any REST API:
- Connect to proprietary internal APIs
- Wrap third-party services not yet available
- Share across your organization
- Publish to the connector ecosystem
Building a Custom Connector
Step 1: Define Your API
You need an API that supports REST with JSON. Gather:
- Base URL
- Authentication method (API Key, OAuth 2.0, Basic Auth)
- Available endpoints and methods (GET, POST, PUT, DELETE)
- Request/response schemas
Step 2: Create the Connector
- Go to make.powerapps.com
- Navigate to Data → Custom connectors
- Click New custom connector → Create from blank
- Configure the host, base URL, and authentication
- Define actions (one per API endpoint)
- Specify request parameters and response schemas
- Test the connector
- Save and publish
Step 3: Use in Your Flows and Apps
Once created, your custom connector appears alongside standard connectors in Power Automate and Power Apps.
Best Practices
- Use environment variables for API keys and base URLs
- Implement pagination for endpoints that return large datasets
- Add throttling policies to respect API rate limits
- Document your connector with clear descriptions for each action
- Use DLP policies to control which connectors can be used together
- Version your connector when making breaking changes
Common Connector Patterns
Trigger-Based Integration
Use polling triggers or webhooks to start flows when data changes in external systems.
Data Synchronization
Keep data in sync between Microsoft 365 and external systems using scheduled flows with connector actions.
Composite Operations
Chain multiple connector actions to create complex integrations — e.g., get data from Salesforce, process with AI, update SharePoint.
Governance with DLP Policies
Data Loss Prevention (DLP) policies control which connectors can be used together:
- Business group — connectors that handle sensitive data
- Non-business group — connectors for general use
- Blocked group — connectors not allowed in your environment
Connectors in different groups cannot be used in the same flow or app, preventing accidental data leakage.
Need help building custom connectors or governing your Power Platform environment? Contact our Power Platform team.
Al Rafay Consulting
ARC Team
AI-powered Microsoft Solutions Partner delivering enterprise solutions on Azure, SharePoint, and Microsoft 365.
LinkedIn Profile