Outlook 365

The Outlook365 activity enables you to automatically perform the operations related to Microsoft Outlook365 services such as search, forward, move, send Emails and so on.

 

 

Using Outlook 365 Activity

  1. Make sure the prerequisites for using Office 365 activities are met.
  2. Create a new process.
  3. In the Canvas Tools pane, click Office 365 Services to expand the tool and view the associated activities. 
  4. Drag the Group 365 inside the Office 365 Application Activity.
    The validation error symbol disappears once you select relevant values in the mandatory fields .

  1. From the Access Token dropdown list, select the type of token from the argument created.
     

    NOTE:  

    The access token can be retrieved either from the Oauth activity present in the same or in another process workflow. For more information, see OAuth Activity.

     

  2. Select the IsClientCredFlow checkbox, if the access token was obtained using the ClientCredential OAuth flow type. The Client Credential OAuth flow type uses identity of the application itself (instead of any user) to obtain the access token. The application permissions are granted directly to the application by an administrator.
  3. From the IsClientCredFlow  dropdown list, select the argument holding the administrator’s details who can grant the application permissions. You can provide either the user Id or the User Permission Name (UPN).
     

    NOTE:  

    UPN is the email Id used to login to the Azure portal while user Id is the corresponding unique identifier mapped with the UPN. For example, robinwaltson@testoncloud.onmicrosoft.com.
  4. The instructions related to the specific features differs depending upon the selected feature.

    Click the appropriate link to know the details.
  5. Configure the above steps specific to the required feature and save the process.
  6. Click Test Run if you want to test run the process to verify the desired output.



    Post execution, the relevant output gets generated.

    For more information regarding test run, setting up environment, debugging a process, see Process Management section.
     

    NOTE:  

    You must have the User.Read Mail.Send Mail.ReadWrite permission in OAuth Activity to automate the Outlook feature. For more information, see OAuth Activity.  However, the required scope for client credential must always be https://graph.microsoft.com/.default. You can pass this value as .default as well.