New services
Explore Plans
Mobile menu Close menu
OneNoteOneNote

Create a page from a link

This Action creates a page from a link 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
API endpoint slug
onenote.create-page-with-url
Filter code method
Onenote.createPageWithUrl.skip(string?: reason)
Runtime method
runAction("onenote.create-page-with-url", {})

Action fields

Notebook Text input > Other

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

Section Text input > Document title

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

Title Text input

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

URL Text input

Label
Link URL
Slug
url
Required
true
Can have default value
true
Filter code method
Onenote.createPageWithUrl.setUrl(string: url)

Body Text input

Label
Description
Helper text
Slug
body
Required
false
Can have default value
true
Filter code method
Onenote.createPageWithUrl.setBody(string: body)