Microsoft Outlook
A BDK Book containing procedures for integrating with Microsoft Outlook.
Last updated
Was this helpful?
A BDK Book containing procedures for integrating with Microsoft Outlook.
Last updated
Was this helpful?
The Outlook Book (BDK) enables users to interact with and manage their email, calendar, contacts, and tasks via the Microsoft Graph API.
The following Books need to be in your agent :
Outlook (BDK)
Office 365 (BDK)
Refer to for information on configuration details when learning these Books.
If connecting using client credentials authentication, you need to have at least one of the following application permissions on the Microsoft Graph API to be able to read and/or access users:
User.Read.All
User.ReadWrite.All
Directory.Read.All
Directory.ReadWrite.All
This Book supports the connectivity methods described in this section.
Establishes a connection to the Microsoft Graph API using the provided client credentials.
Client ID
The client ID of the application registered in Azure AD.
text
Client Secret
The client secret of the application registered in Azure AD.
text
Tenant ID
The tenant ID of the Azure AD directory.
text
The following procedures are used in this automation:
These permissions must be granted by an administrator in your Microsoft organization. For additional details, refer to Microsoft's .
Line 3:
Line 10:
Line 13: