This connector enables AI agents and RAG systems to retrieve context from Onenote through Airweave’s unified search layer.
Microsoft OneNote source connector integrates with the Microsoft Graph API.
Synchronizes data from Microsoft OneNote including notebooks, sections, and pages.
It provides comprehensive access to OneNote resources with proper token refresh and rate limiting.
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 a Microsoft OneNote notebook.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/notebook
Schema for a Microsoft OneNote section group.
Section groups are containers that can hold sections and other section groups.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/sectiongroup
Schema for a Microsoft OneNote section.
Sections contain pages and can belong to a notebook or section group.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/section
Schema for a Microsoft OneNote page as a file entity.
Pages are the actual content containers in OneNote. Extends FileEntity to leverage Airweave’s HTML processing pipeline.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/onenotepage