Microsoft Outlook 365
Connection Type |
Alteryx Tool. The latest version is available from from the Alteryx Community. |
Type of Support
|
Read |
Release Notes
Version
|
Description
|
v1.0.0 |
-
Compatible with Alteryx Designer version 2021.4 and later.
-
Initial release.
-
Built-in multitenant Azure App with an option to use a custom Azure App (including single tenant app).
-
Requires Outlook 365 account.
-
Proxy support.
|
Alteryx Tools Used to Connect
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(optional) part:
- Select Single-page application (SPA) from the dropdown menu.
- To maintain full functionality with various versions of connector, set the two URLs:
- https://cef.alteryx.com/designer/oauthcallback
- https://login.live.com/oauth20_desktop.srf
- 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
- Calendars.ReadWrite
- Mail.ReadWrite.Shared
- User.Read
- User.ReadBasic.All
- To use service principal (app-only authentication) proceed to Certificates & secrets and add New client secret. Copy the Value as it won't be accessible again once you leave the page – this is your Client Secret.
In API permissions add these Application permissions - Microsoft Graph- Calendars.ReadWrite
- Mail.ReadWrite
- User.Read.All