Microsoft OneNote
Microsoft OneNote is a note-taking app that allows you to create, edit, and share notes with others.
Actions
| Name | Description |
|---|---|
create_notebookCreates a notebook. | Creates a notebook. |
create_sectionCreates a new section in notebook. | Creates a new section in notebook. |
create_note_in_sectionCreate a new note in a specific section with title and content. | Create a new note in a specific section with title and content. |
create_pageCreates a page in section. | Creates a page in section. |
create_image_noteCreate a note containing an embedded image via a public image URL. | Create a note containing an embedded image via a public image URL. |
append_noteAppend content to the end of an existing note. | Append content to the end of an existing note. |
Triggers
| Name | Description |
|---|---|
new_note_in_sectionFires when a new note is created in a specified section. | Fires when a new note is created in a specified section. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'microsoft-onenote',
actionName: 'create_notebook',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft OneNote to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Microsoft OneNote support?
Microsoft OneNote supports 6 actions including Create Notebook, Create Section, Create Note in Section, Create Page, Create Image Note, and more.
Can I use Microsoft OneNote with AI agents?
Yes. Add Microsoft OneNote to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Microsoft OneNote use?
Microsoft OneNote uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Microsoft OneNote integration cost?
The Microsoft OneNote integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Microsoft OneNote support?
Microsoft OneNote supports 1 triggers including New Note in Section.
Connect Microsoft OneNote in 2 minutes
Get 1,000 free actions every month. No credit card required.