Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
First time creating a connector? Read this first.
Requirements
You will need:- The Outlook user’s email address.
- A Microsoft Entra ID app registration in the same Azure account as the Outlook account. You will need this app registration’s application (client) ID, client secret, and directory (tenant) ID. Learn how.
-
The Entra ID app registration must have the following Graph API permission levels of the application (not delegated) type:
Mail.ReadMail.ReadBasicUser.Read.All
Examples
To create an Outlook source connector, see the following examples. For more information on working with source connectors using the Unstructured API, see Source endpoints.Configuration settings
Replace the preceding placeholders as follows:A unique name for this connector.
The application (client) ID of the Microsoft Entra ID app registration that has access to the Outlook account.
The authentication token provider URL for the Entra ID app registration.
The directory (tenant) ID of the Entra ID app registration.
The client secret for the Entra ID app registration.
The user’s email address for the target Outlook account.
An array of folder names to access, for example:
["Inbox","Sent"]. Do not specify any subfolder names.Source connector only. Set to
true to access any and all subfolders within each of the specified top-level folders.
