Outlook Mail
Outlook Mail
This connector enables AI agents and RAG systems to retrieve context from Outlook Mail through Airweave’s unified search layer.
Configuration
Outlook Mail source connector integrates with the Microsoft Graph API to extract email data.
Synchronizes data from Outlook mailboxes.
It provides comprehensive access to mail folders, messages, and attachments with hierarchical folder organization and content processing capabilities.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
OutlookMailFolderEntity
Schema for an Outlook mail folder.
See: https://learn.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0
OutlookMessageEntity
Schema for Outlook message entities.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0
OutlookAttachmentEntity
Schema for Outlook attachment entities.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/fileattachment?view=graph-rest-1.0
OutlookMessageDeletionEntity
Deletion signal for an Outlook message.
Emitted when the Graph delta API reports a message was removed.
The entity_id (derived from message_id) matches the original message’s id
so downstream deletion can target the correct parent/children.
OutlookMailFolderDeletionEntity
Deletion signal for an Outlook mail folder.
Emitted when the Graph delta API reports a folder was removed.
The entity_id (derived from folder_id) matches the original folder’s id.