Explore Plans
Mobile menu Close menu
OneNoteOneNote

Create a page

This Action will create a new page in the specified section of the specified notebook.

Developer info

API endpoint slug
onenote.create-page
Filter code method
Onenote.createPage.skip(string?: reason)
Runtime method
runAction("onenote.create-page", {})

Action fields

Notebook Text input > Other

Label
Notebook
Helper text
Defaults to your default notebook
Slug
notebook
Required
false
Can have default value
true
Filter code method
Onenote.createPage.setNotebook(string: notebook)

Section Text input > Document title

Label
Section
Slug
section
Required
true
Can have default value
true
Filter code method
Onenote.createPage.setSection(string: section)

Title Text input

Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Onenote.createPage.setTitle(string: title)

Body Text input

Label
Body
Helper text
Some HTML ok
Slug
body
Required
false
Can have default value
true
Filter code method
Onenote.createPage.setBody(string: body)