> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Notebook

Create a new notebook.

<Note>
  External Documentation

  To learn more, visit the [Microsoft OneNote documentation](https://learn.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                                                                                                           |
  | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Notebook Location | Choose whether to access OneNote from your account, OneDrive, or from a SharePoint site.                                                                                              |
  | Notebook Name     | The unique name of the new notebook.<br /><br />**Note:** The name cannot contain the following characters:<br />`? * \ / : < > \| & # " % ~`                                         |
  | Site ID           | The ID of the SharePoint site that contains the OneNote notebook. Can be obtained by using the `SharePoint List Sites` action.                                                        |
  | User ID           | The ID of the user whose OneDrive contains the OneNote notebooks.<br /><br />**Note**: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID. |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('7d54cb02-aaa3-4016-9f9c-a4b49422dd9b')/onenote/notebooks/$entity",
	"id": "1-10143016-70dc-4449-b92a-3015225f800d",
	"self": "https://graph.microsoft.com/v1.0/users/7d54cb02-aaa3-4016-9f9c-a4b49422dd9b/onenote/notebooks/1-10143016-70dc-4449-b92a-3015225f800d",
	"displayName": "My Private notebook",
	"userRole": "Owner",
	"isShared": false,
	"sectionsUrl": "https://graph.microsoft.com/v1.0/users/7d54cb02-aaa3-4016-9f9c-a4b49422dd9b/onenote/notebooks/1-10143016-70dc-4449-b92a-3015225f800d/sections",
	"sectionGroupsUrl": "https://graph.microsoft.com/v1.0/users/7d54cb02-aaa3-4016-9f9c-a4b49422dd9b/onenote/notebooks/1-10143016-70dc-4449-b92a-3015225f800d/sectionGroups",
	"links": {
		"oneNoteClientUrl": {
			"href": "onenote:https://contoso-my.sharepoint.com/personal/admin_m365x841051_onmicrosoft_com/Documents/Notebooks/My%20Private%20notebook"
		},
		"oneNoteWebUrl": {
			"href": "https://contoso-my.sharepoint.com/personal/admin_m365x841051_onmicrosoft_com/Documents/Notebooks/My%20Private%20notebook"
		}
	}
}
```

## Workflow Library Example

[Create Notebook with Microsoft Onenote and Send Results Via Email](https://library.blinkops.com/workflows/create-notebook-with-microsoft-onenote-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-notebook-with-microsoft-onenote-and-send-results-via-email/canvas" />
</div>
