Onenote
Onenote
Configuration
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.
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:
OneNoteNotebookEntity
Schema for a Microsoft OneNote notebook.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/notebook
OneNoteSectionGroupEntity
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
OneNoteSectionEntity
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
OneNotePageFileEntity
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