Microsoft Office365 AAD

VoiceWorx supports Integration with Microsoft Office Azure Active Directory and also supports few AAD Managed APIs.

  1. Microsoft Office365 Configuration in VoiceWorx

Make sure that you follow this document to configure Office365 configuration in VoiceWorx.

At this point, you should have successfully connected integration with Microsoft Office365 AAD. To confirm, you can navigate to Integration > Connect System. You shall have a connection of type Office365 AAD there as shown below:

If not, you shall go through Step 1 again and confirm that all the steps have been followed thoroughly.

Create Custom App:

  1. Go to Custom Apps > Manage Apps in left navigation and click on Create New App. Provide the following details to create an app.

  1. Next step is to prepare data source for the App. Select the newly created App and go to Data source tab. Click on Create New Data Source and fill in the following details:

Click on Save.

Our next step is to create methods.

Create Methods:

  1. VoiceWorx at the time of this document compilation supports 3 Managed functionalities;

  2. GetUsersInOrganization

  3. GetGroupsInOrganization

  4. GetUsersInADepartment

For this document, we are implementing GetUsersInOrganization Method.

Click on Create New Method and fill in following details:

After you’ve created the method, you can save and test it. You shall expect following output..

If you have not received the output as shown above, there is some issue with your app building. You need to revise the steps that you’ve completed yet.

  1. Now, Go to the Intents tab and click on Create New Intent.

  1. Now, Create Utterances in the Utterance tab. Utterances are short keywords used to invoke the intent.

  1. The next step is to create Input corresponding to the Intent. Go to Input tab, click on Create New Input and provide following details in the resulting screen.

Click on Save.

  1. After the components of the app have been build, let’s publish the app to any of the VoiceWorx supported channels. In the Publish tab, click on Add App Publishing.

  1. Select the LWA account and click on Publish to Alexa

  1. On Success, you shall observe following screen. This means that the custom app has been published to the Alexa developer console. Now, Click on Go to Alexa Skill and test the skill if it is working as per the required functionality.

Congratulation!!! You have successfully completed VoiceWorx integration with Microsoft Office365 Azure AAD.

Last updated