Microsoft Outlook
Microsoft Outlook is a personal information manager software system from Microsoft, available as a part of the Microsoft Office suite. Though primarily an email client, Outlook also includes such functions as calendaring, task managing, contact managing, note-taking, journal logging and web browsing.
Creating a Microsoft Outlook connection
Create the connection by using one of the following methods:
Using OAuth
Creating your connection
- In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
- Select the Microsoft Outlook icon. A dialog box with name of the connection and connection methods appear.
- (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
- Click Outlook to authenticate using OAuth.
- Sign in using your credentials.
Using App Registration
To create the connection you need:
- A Client ID
- A Client Secret
- A Tenant ID
Obtaining the credentials
Log into the Azure Portal.
Go to the Azure Active Directory resource.
In the left-hand menu, click App registrations.
Select the app for which you want to grant permission.
In the left-hand menu, click API permissions.
Click Add a permission and select Microsoft Graph.
Click Application permissions and select the following permission:
Calendars.Read
Calendars.ReadBasic.All
Calendars.ReadWrite
Sites.ReadWrite.All
Mail.ReadBasic.All
MailboxSettings.Read
MailboxSettings.ReadWrite
Click Add permissions to save the changes.
Click Grant admin consent for
<your tenant>
on the API permissions page.
Creating your connection
- In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
- Select the Microsoft Outlook icon. A dialog box with name of the connection and connection methods appear.
- (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
- Select App Registration as the method to create the connection.
- Fill in the parameters:
- The Client ID
- The Client Secret
- The Tenant ID
- (Optional) Click Test Connection to test it.
- Click Create connection. The new connection appears on the Connections page.