eavz
Microsoft OneNote

Microsoft OneNote

Microsoft OneNote is a note-taking app that allows you to create, edit, and share notes with others.

6 actions
1 trigger

Actions

Name
create_notebook

Creates a notebook.

create_section

Creates a new section in notebook.

create_note_in_section

Create a new note in a specific section with title and content.

create_page

Creates a page in section.

create_image_note

Create a note containing an embedded image via a public image URL.

append_note

Append content to the end of an existing note.

Triggers

Name
new_note_in_section

Fires when a new note is created in a specified section.

Quick Start

TypeScript
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.