Save new RSS feed items as image pages in OneNote
This Action will create a new page with an image in the specified section of the specified notebook.
Developer info
- 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
Notebook Text input > Other
- 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)
Section Text input > Document title
- Label
- Section
- Slug
- section
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setSection(string: section)
Title Text input > Title
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setTitle(string: title)
Image url Text input > Photo
- Label
- Image URL
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- Onenote.createPageWithImage.setImageUrl(string: image_url)
Body Text input > Long text
- 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)