New services
Explore Plans
Mobile menu Close menu
OneNoteOneNote

Create a page with an image

This Action will create a new page with an image 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-image
Filter code method
Onenote.createPageWithImage.skip(string?: reason)
Runtime method
runAction("onenote.create-page-with-image", {})

Action fields

Notebook Text input > Other

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

Section Text input > Document title

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

Title Text input

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

Image URL Text input

Label
Image URL
Slug
image_url
Required
true
Can have default value
true
Filter code method
Onenote.createPageWithImage.setImageUrl(string: imageUrl)

Body Text input

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