Create a new page in a specified section.
External DocumentationTo learn more, visit the Microsoft OneNote documentation.

Parameters

ParameterDescription
BodyThe main content of the page in valid HTML format.

For example:
Example created page.
Here’s an image from an online source:
an image on the page
Notebook IDThe ID of the OneNote notebook to interact with.

Note: This parameter’s fetcher depends on the selected notebook location. When location is not specified, the fetcher will retrieve all notebooks from the account.
Notebook LocationChoose whether to access OneNote from your account, OneDrive, or from a SharePoint site.
Section IDThe ID of the section where the page should be created.
Site IDThe ID of the SharePoint site that contains the OneNote notebook. Can be obtained by using the SharePoint List Sites action.
TitleThe title of the created page. HTML tags are supported for formatting.

Examples:
* Plain text: “My Report”
* With formatting: “Important: Report Update
User IDThe ID of the user whose OneDrive contains the OneNote notebooks.

Note: Using the delegated (OAuth) connection type will only allow to insert the connected user’s ID.

Example Output

{
	"title": "A page with rendered images and an attached file",
	"createdByAppId": "createdByAppId-value",
	"links": {
		"oneNoteClientUrl": {
			"href": "href-value"
		},
		"oneNoteWebUrl": {
			"href": "href-value"
		}
	},
	"contentUrl": "contentUrl-value",
	"lastModifiedDateTime": "2016-10-19T10:37:00Z"
}

Workflow Library Example

Create Page with Microsoft Onenote and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop