Microsoft Outlook 365
Connection Type | Alteryx Tool. The latest version is available from the Alteryx Community. |
Type of Support | Read |
Version | Description |
v1.2.0 |
|
v1.1.0 |
|
v1.0.0 |
|
Alteryx tools used to connect
Outlook 365 Input Tool
If you drag and drop a message to an email, Outlook attaches it as EML Outlook Item. Outlook 365 doesn’t support the EML Outlook Item files and will skip them.
Data Connection Manager
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.
Enable AMP Engine
Make sure you have the AMP engine enabled for the workflows which contain Outlook Input to leverage the full potential of Designer capabilities.
Custom API Application Setup
For more information on how to build and manage an application using the Microsoft Azure cloud services, refer to the Azure documentation.
-
Navigate to Microsoft Azure.
-
Sign in with your Microsoft Azure Active Directory account.
-
On the Home screen use Search, or go to the upper left corner menu to open the Azure Active Directory service.
-
Open App registrations in the left menu.
-
Select + New registration.
-
Specify the Name of the app.
-
Choose desired account type – both Single tenant and Multitenant are allowed.
-
In the Redirect URI part:
- For Outlook 365 version 1.0.0: Select Single-page application (SPA) from the dropdown menu and set the two URLs:
-
For Outlook 365 version 1.1.0 and later: Select Web-page application (WPA) from the dropdown menu and set the URL:
- Select Register.
-
The Application (client) ID is your Client ID.
The Directory (tenant) ID is your Tenant ID. -
Go to API permissions to add these Delegated permissions - Microsoft Graph
-
openid
-
offline_access
-
profile
-
email
-
User.Read
-
User.ReadBasic.All
-
User.ReadWrite
-
Mail.Read
-
Mail.ReadWrite
-
Mail.ReadWrite.Shared
-
Calendars.ReadWrite
-
Calendars.ReadWrite.Shared
-