Essentially, if you keep an eye out for it in the browser toolbox, you can see that (by using the connection setup for the connector) the GUI retrieves the details of an API endpoint programmatically, allowing it to present the choices for you in the connector.
I am mostly concerned with the custom API endpoints, which can be created to be used in the connector.
So, here's an example of what that looks like in the browser request ... the URL is without the spaces, I just do not want the link, there:
Url |
https:// management .azure .com/subscriptions/SUBSCRIPTION_NAME/resourceGroups/RESOURCE_GROUP_NAME/providers/Microsoft.Web/connections/dynamicssmbsaas/dynamicInvoke?api-version=2018-07-01-preview |
Method |
POST |
Body |
see below JSON |
I'd like to know how we can perform this action via HTTP calls in Logic Apps and/or Power Automate, if possible, but ... either way, would like to get to it officially.