[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] v1.1.0 |
|
[en] v1.0.0 |
|
[en] Alteryx tools used to connect
[en] 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.
[en] Navigate to Microsoft Azure.
[en] Sign in with your Microsoft Azure Active Directory account.
[en] On the Home screen use Search, or go to the upper left corner menu to open the Azure Active Directory service.
[en] Open App registrations in the left menu.
[en] Select + New registration.
[en] Specify the Name of the app.
[en] Choose desired account type – both Single tenant and Multitenant are allowed.
[en] In the Redirect URI part:
[en] For Outlook 365 version 1.0.0: Select Single-page application (SPA) from the dropdown menu and set the two URLs:
[en] For Outlook 365 version 1.1.0 and later: Select Web-page application (WPA) from the dropdown menu and set the URL:
[en] http://localhost/
[en] Select Register.
[en] The Application (client) ID is your Client ID.
[en] The Directory (tenant) ID is your Tenant ID.
[en] Go to API permissions to add these Delegated permissions - Microsoft Graph
[en] openid
[en] offline_access
[en] profile
[en] email
[en] User.Read
[en] User.ReadBasic.All
[en] User.ReadWrite
[en] Mail.Read
[en] Mail.ReadWrite
[en] Mail.ReadWrite.Shared
[en] Calendars.ReadWrite
[en] Calendars.ReadWrite.Shared