
Announcements
I want to connect my application to Powerapps. Is there a public API to support custom API connections?
I want to:
- Get existing custom API connectors
- Create new custom API connectors
- Update existing custom API connectors
Thank you
@Anonymous
Are you looking for this?
https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank
To create a custom connector, you must describe the API you want to connect to so that the connector understands the API's operations and data structures. In this topic, you create a custom connector from scratch, without using a Postman collection or an OpenAPI definition to describe the Cognitive Services Text Analytics Sentiment API (our example for this series). Instead, you describe the connector completely in the custom connector wizard.
For other ways to describe an API, see the following topics: