-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration of D365 Online Management connector
-
Create a new custom connector Go to https://web.powerapps.com. Navigate to Custom connectors located under Data at the left navigation.
-
Click on Create custom connector and choose Import an OpenAPI from URL
-
Enter the name of your choice, and paste https://raw.githubusercontent.com/dynamicscode/Dynamics365CustomConnectors/master/D365-Online-Management-API.swagger.json in URL.
-
Use an appropriate Service URL. Refer to https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/online-management-api/get-started-online-management-api
-
Fill Client Id and Secret of an app created in Pre-requisite. Resource URL should be the same as above step 4.
-
Once you save the security configuration, Redirect URL will be displayed. Ensure you have entered it in Reply URL of an app created in Pre-Requisite
-
On the next page, all you need to do is clicking Create Connector.
-
On the test page, you can create a new connection and you will need to give a consent to your app.
-
Now, create a Flow and search your connector!