This connector enables AI agents and RAG systems to retrieve context from Outlook Mail through Airweave’s unified search layer.
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.
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
This connector does not have any additional configuration options.
The following data models are available for this connector:
Schema for an Outlook mail folder.
See: https://learn.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0
Schema for Outlook message entities.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0
Schema for Outlook attachment entities.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/fileattachment?view=graph-rest-1.0
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.
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.