Your LOB team exposes an internal REST API with an OpenAPI (Swagger) definition. You need Copilot Studio to call specific operations as tools. What is the recommended low-code approach?
Select an answer to reveal the explanation.
Short Explanation and Infographic
OpenAPI is the menu; the custom connector is the waiter who can place orders. Knowledge sources read documents — they do not execute API operations.
Full explanation below image
Full Explanation
Custom connectors wrap REST APIs for Power Platform. Once registered and authenticated, operations become callable from flows and agent actions/tools.
Option A is correct.
Option B confuses documentation retrieval with invocation.
Option C is not an integrated agent action pattern.
Option D is insecure and incorrect.
Exam tip: OpenAPI → custom connector → action in topic/flow; secure auth (OAuth, API key, etc.) on the connector.