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.

Developer info

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
Defaults to your default notebook
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
Optional, some HTML ok
Slug
body
Required
false
Can have default value
true
Filter code method
Onenote.createPageWithImage.setBody(string: body)