This Action creates a page from a link in the specified section of the specified notebook.
- API endpoint slug
- onenote.create-page-with-url
- Filter code method
- Onenote.createPageWithUrl.skip(string?: reason)
- Runtime method
- runAction("onenote.create-page-with-url", {})
Action fields
- Label
- Notebook
- Helper text
- Defaults to your default notebook
- Slug
- notebook
- Required
- false
- Can have default value
- true
- Filter code method
- Onenote.createPageWithUrl.setNotebook(string: notebook)
- Label
- Section
- Slug
- section
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithUrl.setSection(string: section)
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithUrl.setTitle(string: title)
- Label
- Link URL
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithUrl.setUrl(string: url)
- Label
- Description
- Helper text
- Optional, some HTML ok
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Onenote.createPageWithUrl.setBody(string: body)