Automate Reddit
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.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will create a new page in the specified section of the specified notebook.
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)