This action will create a new page.
- API endpoint slug
- notion_so.create_new_page
- Filter code method
- NotionSo.createNewPage.skip(string?: reason)
- Runtime method
- runAction("notion_so.create_new_page", {})
Action fields
- Label
- What is the parent page?
- Helper text
- If you don't see it listed here, check if the page is shared with your IFTTT integration in Notion.
- Slug
- parent_page
- Required
- true
- Can have default value
- false
- Label
- What is the title of the page?
- Slug
- page_title
- Required
- true
- Can have default value
- true
- Filter code method
- NotionSo.createNewPage.setPageTitle(string: pageTitle)
- Label
- What is the body of the page?
- Helper text
- Put each paragraph on a new line.
- Slug
- page_body
- Required
- true
- Can have default value
- true
- Filter code method
- NotionSo.createNewPage.setPageBody(string: pageBody)