Microsoft Outlook 365
Connection Type | Alteryx Tool. The latest version is available from the Alteryx Community. |
Type of Support | Read |
Version | Description |
v1.1.0 |
|
v1.0.0 |
|
Alteryx tools used to connect
Outlook 365 Input Tool
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
-
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
-