The Microsoft Connector module allows you to create an Action type Get MS E-mails
. This Action makes it possible to download Emails from any directory of the MS mail server for a specified period of time for further processing. The Action can be run manually or by a cron-job with a certain regularity.
To create an action for uploading emails, you first need to create a Сonnection of type Microsoft Graph Authentication
. To create a new connection, go to Administration / Connections
and click on the button Create Connection
. Select the required type of Connection. The following form appears:
Here you can read more about the access scenarios of Microsoft Graph: https://learn.microsoft.com/en-us/graph/auth/auth-concepts?view=graph-rest-1.0
After creating the Connection, click Authenticate
to log in and grant access to the user and their emails.
The next step is to create an Action for uploading emails to PIM. To create a new Action, go to Administration / Actions
and click on the button Create Action
. The window for creating an Action opens. Select the type Get MS E-mails
.
Microsoft Graph Authentication
created previouslyWhen you click on the Execute
button, the emails are extracted to the entity Emails
. This entity is created only for downloading emails from the mail server. You cannot create records in it. You can see an example of such an email below.
The record contains information about the sender, subject, and body of the email, as well as attachments, if any. You can also follow the link in the Web link field to open the email directly through the mail server and reply to it.