This Action will create a new page with an image in the specified section of the specified notebook.
- 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
- 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)
- Label
- Section
- Slug
- section
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setSection(string: section)
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setTitle(string: title)
- Label
- Image URL
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setImageUrl(string: imageUrl)
- 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)