Skip to main content

[en] Microsoft Outlook 365

[en] Connection Type

[en] Alteryx Tool. The latest version is available from the Alteryx Community.

[en] Type of Support

[en] Read

[en] Version

[en] Description

[en] v1.2.0

  • [en] Compatible with Designer and Server 2021.4.2 Patch 6, 2022.1 Patch 4 and later.

  • [en] Compatible with AMP engine only.

  • [en] Added support for DCM.

    • [en] DCM is required for running this connector on Alteryx Server.

  • [en] FIPS capable.

  • [en] Added new calendar intervals.

  • [en] Fixed issue where Outlook 365 Input failed to read emails with .msg attachments. (TPM-2151)

  • [en] Fixed issue where search didn’t work for certain query parameters. (TPM-523)

  • [en] Minor bugfixes and improvements.

[en] v1.1.0

  • [en] Authentication occurs using user's browser instead of embedded CEF in Designer to comply with modern security policies.

  • [en] Compatible with Alteryx Designer version 2021.4 and later.

[en] v1.0.0

  • [en] Compatible with Alteryx Designer version 2021.4 and later.

  • [en] Initial release.

  • [en] Built-in multitenant Azure App with an option to use custom Azure App (incl. single tenant app).

  • [en] Requires Outlook 365 account..

  • [en] Proxy support.

[en] Alteryx tools used to connect

[en] Outlook 365 Input Tool

Outlook 365 Input Tool

[en] Link

[en] Data Connection Manager

[en] Outlook Input supports Data Connection Manager for an easier and a safer storage of your credentials. Create a connection to Outlook and easily reuse the stored credentials in workflows that include Outlook Input. Alteryx Server requires stored credentials to successfully run the published workflows.

[en] Enable AMP Engine

[en] Make sure you have the AMP engine enabled for the workflows which contain Outlook Input to leverage the full potential of Designer capabilities.

[en] Custom API Application Setup

[en] For more information on how to build and manage an application using the Microsoft Azure cloud services, refer to the Azure documentation.

  1. [en] Navigate to Microsoft Azure.

  2. [en] Sign in with your Microsoft Azure Active Directory account.

  3. [en] On the Home screen use Search, or go to the upper left corner menu to open the Azure Active Directory service.

  4. [en] Open App registrations in the left menu.

  5. [en] Select + New registration.

  6. [en] Specify the Name of the app.

  7. [en] Choose desired account type – both Single tenant and Multitenant are allowed.

  8. [en] In the Redirect URI part:

    1. [en] For Outlook 365 version 1.0.0: Select Single-page application (SPA) from the dropdown menu and set the two URLs:

    2. [en] For Outlook 365 version 1.1.0 and later: Select Web-page application (WPA) from the dropdown menu and set the URL:

  9. [en] Select Register.

  10. [en] The Application (client) ID is your Client ID.

    [en] The Directory (tenant) ID is your Tenant ID.

  11. [en] Go to API permissions to add these Delegated permissions - Microsoft Graph

    1. [en] openid

    2. [en] offline_access

    3. [en] profile

    4. [en] email

    5. [en] User.Read

    6. [en] User.ReadBasic.All

    7. [en] User.ReadWrite

    8. [en] Mail.Read

    9. [en] Mail.ReadWrite

    10. [en] Mail.ReadWrite.Shared

    11. [en] Calendars.ReadWrite

    12. [en] Calendars.ReadWrite.Shared