This Action will create a new page in the specified section of the specified notebook.
- API endpoint slug
- onenote.create-page
- Filter code method
- Onenote.createPage.skip(string?: reason)
- Runtime method
- runAction("onenote.create-page", {})
Action fields
- Label
- Notebook
- Helper text
- Defaults to your default notebook
- Slug
- notebook
- Required
- false
- Can have default value
- true
- Filter code method
- Onenote.createPage.setNotebook(string: notebook)
- Label
- Section
- Slug
- section
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPage.setSection(string: section)
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPage.setTitle(string: title)
- Label
- Body
- Helper text
- Some HTML ok
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Onenote.createPage.setBody(string: body)