- API docs
- CLI
- Integration guides
- Blog
- How machines learn to understand words: a guide to embeddings in NLP
- Prompt-based learning with Transformers
- Efficient Transformers II: knowledge distillation & fine-tuning
- Efficient Transformers I: attention mechanisms
- Deep hierarchical unsupervised intent modelling: getting value without training data
- Fixing annotating bias with Communications Mining
- Active learning: better ML models in less time
- It's all in the numbers - assessing model performance with metrics
- Why model validation is important
- Comparing Communications Mining and Google AutoML for conversational data intelligence
Exchange Integration with Azure service user
This step-by-step guide will show you a popular method for creating a Microsoft Exchange application for Communications Mining in your Azure CloudPlatform. You'll learn how to create an Application (client) with an ID andClient Secret, and find your existing Directory (tenant) ID. This will allowusers to access Exchange mailbox integrations in Communications Mining.
Failure to create an Exchange-Communications Mining application in Azure can lead to permissions errors that prevent users from accessing their mailbox integrations. To gain the full benefits of Communications Mining, follow these steps and complete the process in its entirety.
- Sign into Azure
Sign into your Azure Cloud Portal.
- Register a new Application for Communications Mining
Access the App Registrations menu and select the New Registration option
Register a new application:
- Enter an application name—for example 'reinfer-exchange-integration'
- Under Supported account types select the single tenant option
- Hit Register to complete the registration
Azure will give you an Application (client) ID and a Directory (tenant) ID.
- Create a Client Secret for your Communications Mining application
To keep your application secure, you must create a Client Secret to log into your application. First, click on Certificates & Secrets under the Manage sidebar, then follow the steps below:
- Select the Client secrets option if it's not already selected
- Select New client secret
- In the sidebar, add an easily recognizable Description and select an expiry date—we recommend 12 months
- Hit Add
You've now created a Secret Value for your Communications Mining application.
Note: Please note that Azure will only display this Secret Value to you once so make sure to copy it. If you ever lose your secret value, simply complete Step 3 again to create a new one.
- Set API permissions
- Navigate to API permissions under the Manage sidebar
- Select Add a permission
- Select Microsoft APIs and choose the Microsoft Graph option
- Choose Delegated permissions
- In the Select permissions textbox, enter 'EWS.Access'
- Expand the EWS permission and check the box for EWS.AccessAsUser.All
- Hit Add permissions
- Back in the API permissions menu, hit Grant admin consent for Communications Mining
- Select Yes in the Grant admin consent confirmation pop-up
- Give the service user access to the shared mailboxes
You will need a service account with access to the mailboxes you wish to connect to Communications Mining.
- Create a service account:
- Add user—find out how.
- Assign licenses to the user—find out how.
- Give a service account access to shared mailboxes (it is sufficient to give the service account read-only access). There are
two main methods you can use to do this:
- Create shared mailboxes and give access to users (including the service account)—find out how.
- Give the service account access to a user's emails—find out how.
- Create a service account:
- Sign into Communications Mining
Sign into Communications Mining through UiPath Automation Cloud as normal.
- Create a new integration in Communications Mining
- Navigate to the Integrations page through the settings cog at the top right
- Select New Integration
- Select an existing project and enter a name for your integration, and add a title if desired
- Click Continue
- Populate your oauth authority using the tenant ID generated in Step 2, in the following format:
https://login.microsoftonline.com/{tenant_id}
- Populate username and password of your service account
- Populate your client ID generated in Step 2
- Populate your Client Secret generated in Step 3
- Click Validate & Save Credentials
- Click Continue
- Click Add Mailbox to open the mailbox form
- Enter the email address for which you wish to copy emails into Communications Mining
- Click Add Mailbox again to save the mailbox
Click Create Integration
You have now successfully created an integration between Communications Mining and Microsoft Exchange through Azure. You can disable the integration by hitting the switch in the top-right corner of the Integrations page. To delete it, select the trash can icon.
You can also enable attachment syncing at mailbox level on an Exchange integration. The streams API then makes the attachments retrievable via an attachment reference. Check more about syncing attachments in the Attachments and Using Exchange Integrations pages.
If you have any questions or need assistance with the integration process, please contact UiPath support.