Skip to content

Configuration of D365 Online Management connector

Aung Khaing edited this page Apr 13, 2019 · 1 revision
  1. Create a new custom connector Go to https://web.powerapps.com. Navigate to Custom connectors located under Data at the left navigation.

  2. Click on Create custom connector and choose Import an OpenAPI from URL Create custom connector

  3. Enter the name of your choice, and paste https://raw.githubusercontent.com/dynamicscode/Dynamics365CustomConnectors/master/D365-Online-Management-API.swagger.json in URL. Create custom connector

  4. 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 Service URL

  5. Fill Client Id and Secret of an app created in Pre-requisite. Resource URL should be the same as above step 4. Security

  6. 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 Redirect URL

  7. On the next page, all you need to do is clicking Create Connector. Create connector

  8. On the test page, you can create a new connection and you will need to give a consent to your app. Create connection

  9. Now, create a Flow and search your connector!

Clone this wiki locally